Skip to content

Commit

Permalink
folder access error solution
Browse files Browse the repository at this point in the history
  • Loading branch information
emrergin committed Jan 1, 2024
1 parent 0a0d510 commit 70b356b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: app
path: /temp
path: /temporaryfolder
- name: executing remote ssh commands using ssh key
uses: appleboy/ssh-action@v1.0.2
with:
Expand All @@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: |
cd /temp /home/zulmet/servers/belief/standalone
cd /temporaryfolder /home/zulmet/servers/belief/standalone
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
Expand Down

0 comments on commit 70b356b

Please sign in to comment.