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 a4fd6aa commit 35c1efaCopy full SHA for 35c1efa
1 file changed
.github/workflows/update-demo.yml
@@ -14,6 +14,7 @@ jobs:
14
host: ${{ secrets.SSH_HOST }}
15
username: ${{ secrets.SSH_USER }}
16
key: ${{ secrets.SSH_PRIVATE_KEY }}
17
+ passphrase: ${{ secrets.SSH_PASSPHRASE }}
18
script: |
19
cd /srv/masscodeweb
20
docker compose pull
0 commit comments