Update deploy-api.yml
This commit is contained in:
parent
b08fa1842c
commit
94178903ae
4
.github/workflows/deploy-api.yml
vendored
4
.github/workflows/deploy-api.yml
vendored
@ -13,5 +13,5 @@ jobs:
|
|||||||
password: ${{ secrets.PASSWORD }}
|
password: ${{ secrets.PASSWORD }}
|
||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/production/deployed/hasher && git pull
|
cd ${{ secrets.APP_FOLDER }} && git pull
|
||||||
supervisorctl restart integrity-api
|
supervisorctl restart ${{ secrets.SUPERVISOR_SERVICE_NAME }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user