We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671dcc7 commit dd04527Copy full SHA for dd04527
.github/workflows/deploy.yml
@@ -26,6 +26,6 @@ jobs:
26
key: ${{ secrets.EC2_KEY }}
27
28
script: |
29
- cd /home/ubuntu/app
+ cd /home/ubuntu/url-shortener/app
30
chmod +x deploy.sh
31
./deploy.sh
0 commit comments