Skip to content

Commit 1379a5d

Browse files
committed
Fix cd
1 parent 1210445 commit 1379a5d

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
@@ -16,5 +16,5 @@ jobs:
1616
host: pythoncanarias.es
1717
username: ${{ secrets.PRODUCTION_SSH_USERNAME }}
1818
key: ${{ secrets.PRODUCTION_SSH_KEY }}
19-
script: ~/web && ./deploy.sh
19+
script: cd ~/web && ./deploy.sh
2020
passphrase: ${{ secrets.PASS_PHRASE }}

0 commit comments

Comments
 (0)