no, as it turns out, variables were not defined
All checks were successful
Deploy website on production server when committing on main / test (push) Successful in 8s
All checks were successful
Deploy website on production server when committing on main / test (push) Successful in 8s
This commit is contained in:
parent
80b3490e37
commit
ec6bbafb2e
@ -27,8 +27,8 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
- run: APP_VERSION=latest make
|
- run: APP_VERSION=latest make
|
||||||
- run: |
|
- run: |
|
||||||
SSH_PRIVATE_KEY=/private.key
|
export SSH_PRIVATE_KEY=/private.key
|
||||||
SSH_USERNAME=${{ secrets.SSH_USERNAME }}
|
export SSH_USERNAME=${{ secrets.SSH_USERNAME }}
|
||||||
DEPLOYMENT_HOST=${{ secrets.DEPLOYMENT_HOST }}
|
export DEPLOYMENT_HOST=${{ secrets.DEPLOYMENT_HOST }}
|
||||||
DEPLOYMENT_PATH=${{ secrets.DEPLOYMENT_PATH }}
|
export DEPLOYMENT_PATH=${{ secrets.DEPLOYMENT_PATH }}
|
||||||
make deploy
|
make deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user