Skip to content

Commit 7ea4eb9

Browse files
committed
fix: correct deploy.sh path and remove VS Code strikethrough
1 parent dd04527 commit 7ea4eb9

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
@@ -26,6 +26,6 @@ jobs:
2626
key: ${{ secrets.EC2_KEY }}
2727

2828
script: |
29-
cd /home/ubuntu/url-shortener/app
29+
cd /home/ubuntu/url-shortener
3030
chmod +x deploy.sh
3131
./deploy.sh

0 commit comments

Comments
 (0)