Skip to content

Commit 5c8d1f8

Browse files
committed
fix: Update deployment script to change application directory path
1 parent 50ebe9f commit 5c8d1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
port: ${{ secrets.SSH_PORT }}
2222
key: ${{ secrets.SSH_SECRET_KEY }}
2323
script: |
24-
cd /home/apps/zyrohub
24+
cd /home/ubuntu/apps/zyrohub
2525
pm2 stop ZyroHub
2626
git pull
2727
bun install

0 commit comments

Comments
 (0)