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 88b28a6Copy full SHA for 88b28a6
1 file changed
.github/workflows/vault_connexion.yaml
@@ -22,5 +22,11 @@ jobs:
22
jwtGithubAudience: ${{ secrets.JWT_GIT_AUDIENCE }}
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
+ - name: Connect VPS
+ uses: garygrossgarten/github-action-ssh@release
27
+ with:
28
+ command: sh update_chatbot.sh
29
+ host: ${{ secrets.SERVER_IP }}
30
+ username: debian
31
+ passphrase: ${{ secrets.SSH_PASS }}
32
+ privateKey: ${{ secrets.SSH_PRIVATE_KEY }}
0 commit comments