Skip to content

Commit dd04527

Browse files
committed
fix: correct absolute path to deploy.sh
1 parent 671dcc7 commit dd04527

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/app
29+
cd /home/ubuntu/url-shortener/app
3030
chmod +x deploy.sh
3131
./deploy.sh

0 commit comments

Comments
 (0)