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 }}
|
||||
port: ${{ secrets.PORT }}
|
||||
script: |
|
||||
cd /home/production/deployed/hasher && git pull
|
||||
supervisorctl restart integrity-api
|
||||
cd ${{ secrets.APP_FOLDER }} && git pull
|
||||
supervisorctl restart ${{ secrets.SUPERVISOR_SERVICE_NAME }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user