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 1210445 commit 1379a5dCopy full SHA for 1379a5d
.github/workflows/ci.yml
@@ -16,5 +16,5 @@ jobs:
16
host: pythoncanarias.es
17
username: ${{ secrets.PRODUCTION_SSH_USERNAME }}
18
key: ${{ secrets.PRODUCTION_SSH_KEY }}
19
- script: ~/web && ./deploy.sh
+ script: cd ~/web && ./deploy.sh
20
passphrase: ${{ secrets.PASS_PHRASE }}
0 commit comments