Skip to content

Commit d7bd59d

Browse files
committed
Fix deploy script
1 parent 6e91f31 commit d7bd59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ jobs:
105105
host: ${{ secrets.DEPLOY_HOST }}
106106
username: ${{ secrets.DEPLOY_USERNAME }}
107107
key: ${{ secrets.DEPLOY_KEY }}
108-
script: /app/scripts/update
108+
script: cd /app && ./script/update

0 commit comments

Comments
 (0)