Skip to content

Commit

Permalink
Added workflow for utility-api
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekteega committed Jan 12, 2024
1 parent 3bc6595 commit 1adaf81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
port: ${{ secrets.PORT }}
script: |
cd ${{ secrets.APP_FOLDER }} && git pull
${{ secrets.NPM_VERSION_PATH }} install
cat ${{ secrets.ENV_FILE_CONTENT }} >> .env
supervisorctl restart ${{ secrets.SUPERVISOR_SERVICE_NAME }}

0 comments on commit 1adaf81

Please sign in to comment.