apt update, of course, now install hugo!
Some checks failed
Deploy website on production server when committing on main / test (push) Failing after 9s
Some checks failed
Deploy website on production server when committing on main / test (push) Failing after 9s
This commit is contained in:
parent
db7f32eb7f
commit
3a7beeade5
@ -17,7 +17,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > /private.key
|
- run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > /private.key
|
||||||
- run: chmod 600 /private.key
|
- run: chmod 600 /private.key
|
||||||
- run: sudo apt install hugo
|
- run: apt update && apt install -y hugo
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: APP_VERSION=latest make
|
- run: APP_VERSION=latest make
|
||||||
- run: |
|
- run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user