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