Skip to content

Commit 671dcc7

Browse files
committed
fix: correct deploy.sh path to match real location
1 parent e0a8325 commit 671dcc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727

2828
script: |
2929
cd /home/ubuntu/app
30-
chmod +x app/deploy.sh
31-
./app/deploy.sh
30+
chmod +x deploy.sh
31+
./deploy.sh

0 commit comments

Comments
 (0)