Skip to content

Commit

Permalink
comment removal
Browse files Browse the repository at this point in the history
  • Loading branch information
emrergin committed Jan 1, 2024
1 parent b73e60c commit 3a0ccc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: |
cp /home/zulmet/servers/.env /home/zulmet/servers/belief/standalone/.env
sed -i 's/3000/3002/g' /home/zulmet/servers/belief/standalone/server.js
pm2 restart /home/zulmet/servers/belief/standalone/server.js --name belief
cp /home/${{ secrets.USERNAME }}/servers/.env /home/${{ secrets.USERNAME }}/servers/belief/standalone/.env
sed -i 's/3000/3002/g' /home/${{ secrets.USERNAME }}/servers/belief/standalone/server.js
pm2 restart /home/${{ secrets.USERNAME }}/servers/belief/standalone/server.js --name belief
pm2 save

0 comments on commit 3a0ccc0

Please sign in to comment.