Added workflow for utility-api
This commit is contained in:
parent
3bc6595ca2
commit
1adaf81523
2
.github/workflows/deploy-api.yml
vendored
2
.github/workflows/deploy-api.yml
vendored
@ -14,4 +14,6 @@ jobs:
|
|||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd ${{ secrets.APP_FOLDER }} && git pull
|
cd ${{ secrets.APP_FOLDER }} && git pull
|
||||||
|
${{ secrets.NPM_VERSION_PATH }} install
|
||||||
|
cat ${{ secrets.ENV_FILE_CONTENT }} >> .env
|
||||||
supervisorctl restart ${{ secrets.SUPERVISOR_SERVICE_NAME }}
|
supervisorctl restart ${{ secrets.SUPERVISOR_SERVICE_NAME }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user