We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a8325 commit 671dcc7Copy full SHA for 671dcc7
1 file changed
.github/workflows/deploy.yml
@@ -27,5 +27,5 @@ jobs:
27
28
script: |
29
cd /home/ubuntu/app
30
- chmod +x app/deploy.sh
31
- ./app/deploy.sh
+ chmod +x deploy.sh
+ ./deploy.sh
0 commit comments