Compare commits
No commits in common. "db7f32eb7f830a05aee766c34ed8028fe17f4768" and "f0cfff381836ca70cf55fd8b0c61d5e02b9e5711" have entirely different histories.
db7f32eb7f
...
f0cfff3818
@ -17,7 +17,6 @@ jobs:
|
||||
steps:
|
||||
- run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > /private.key
|
||||
- run: chmod 600 /private.key
|
||||
- run: sudo apt install hugo
|
||||
- uses: actions/checkout@v4
|
||||
- run: APP_VERSION=latest make
|
||||
- run: |
|
||||
|
@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
# Check if version is already provided
|
||||
if [ -z "${APP_VERSION}" ]; then
|
||||
if [ -z "${APP_VERSION}"]; then
|
||||
# Get version from user
|
||||
read -p "Version [latest]: " VERSIONINPUT
|
||||
# If version was not provided, use the latest commit short hash as version
|
||||
|
Loading…
Reference in New Issue
Block a user