We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e91f31 commit d7bd59dCopy full SHA for d7bd59d
.github/workflows/ci.yml
@@ -105,4 +105,4 @@ jobs:
105
host: ${{ secrets.DEPLOY_HOST }}
106
username: ${{ secrets.DEPLOY_USERNAME }}
107
key: ${{ secrets.DEPLOY_KEY }}
108
- script: /app/scripts/update
+ script: cd /app && ./script/update
0 commit comments