Skip to content

Commit

Permalink
prod env secrets node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vehbiOzcan authored Jun 22, 2024
1 parent d6a142f commit 0c76ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: PROD_ENV Create
run: |
touch v1/src/config/.env.production
echo "${{ secrets.PROD_ENV_FILE }}" > v1/src/config/.env.production
echo "${{ secrets.PROD_ENV_SECRET }}" > v1/src/config/.env.production
- run: pm2 restart AicostsqoNodeAPI

0 comments on commit 0c76ec9

Please sign in to comment.