Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

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

0 comments on commit 7b7c11e

Please sign in to comment.