fixed action syntax error (maybe?)
Some checks failed
Deploy website on production server when committing on main / test (push) Failing after 25s
Some checks failed
Deploy website on production server when committing on main / test (push) Failing after 25s
This commit is contained in:
parent
123a090491
commit
f0cfff3818
@ -20,8 +20,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: APP_VERSION=latest make
|
- run: APP_VERSION=latest make
|
||||||
- run: |
|
- run: |
|
||||||
SSH_PRIVATE_KEY=/private.key
|
SSH_PRIVATE_KEY=/private.key
|
||||||
SSH_USERNAME=${{ secrets.SSH_USERNAME }}
|
SSH_USERNAME=${{ secrets.SSH_USERNAME }}
|
||||||
DEPLOYMENT_HOST=${{ secrets.DEPLOYMENT_HOST }}
|
DEPLOYMENT_HOST=${{ secrets.DEPLOYMENT_HOST }}
|
||||||
DEPLOYMENT_PATH=${{ secrets.DEPLOYMENT_PATH }}
|
DEPLOYMENT_PATH=${{ secrets.DEPLOYMENT_PATH }}
|
||||||
make deploy
|
make deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user