Skip to content

Commit cd496d0

Browse files
authored
Merge pull request #32 from codeigniter4/script-path
Fix deploy script path
2 parents 64959c3 + 8a14f95 commit cd496d0

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
@@ -19,4 +19,4 @@ jobs:
1919
username: ${{ secrets.USERNAME }}
2020
key: ${{ secrets.KEY }}
2121
port: ${{ secrets.PORT }}
22-
script: ~/userguide/.github/scripts/deploy
22+
script: /opt/userguide/.github/scripts/deploy

0 commit comments

Comments
 (0)