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 84929b4 commit 36ce0c1Copy full SHA for 36ce0c1
1 file changed
.github/workflows/vault_connexion.yaml
@@ -23,4 +23,12 @@ jobs:
23
secrets: |
24
${{ secrets.VAULT_VPS_SSH_SERVER_IP }} | VPS_SERVER_IP
25
${{ secrets.VAULT_VPS_SSH_SERVER_PASS }} | VPS_SSH_SERVER_PASS
26
- ${{ secrets.VAULT_SSH_PRIVATE_KEY }} | SSH_PRIVATE_KEY
+ ${{ secrets.VAULT_SSH_PRIVATE_KEY }} | SSH_PRIVATE_KEY
27
+ - name: Connect VPS
28
+ uses: garygrossgarten/github-action-ssh@release
29
+ with:
30
+ command: sh update_chatbot.sh
31
+ host: ${{ secrets.SERVER_IP }}
32
+ username: debian
33
+ passphrase: ${{ secrets.SSH_PASS }}
34
+ privateKey: ${{ secrets.SSH_PRIVATE_KEY }}
0 commit comments