SSH Connection now works

This commit is contained in:
Théo DURR 2022-08-26 13:58:45 +02:00
parent ab43d7d2df
commit 55e0eecc0b
No known key found for this signature in database
GPG Key ID: 708858E9F7281E30
1 changed files with 12 additions and 13 deletions

View File

@ -15,19 +15,18 @@ jobs:
uses: appleboy/ssh-action@v0.1.5
with:
# Proxy
# proxy_host : ${{secrets.PROXY_HOST}}
# proxy_port : ${{secrets.PROXY_PORT}}
# proxy_username : ${{secrets.PROXY_USER}}
# proxy_passphrase: ${{secrets.PROXY_PASSPHRASE}}
# proxy_key: ${{secrets.PROXY_KEY}}
proxy_host : ${{secrets.PROXY_HOST}}
proxy_port : ${{secrets.PROXY_PORT}}
proxy_username : ${{secrets.PROXY_USER}}
proxy_passphrase: ${{secrets.PROXY_PASSPHRASE}}
proxy_key: ${{secrets.PROXY_KEY}}
# Serveur web
host: ${{secrets.PROXY_HOST}}
port : ${{secrets.PROXY_PORT}}
username : ${{secrets.PROXY_USER}}
key: ${{secrets.PROXY_KEY}}
passphrase: ${{secrets.PROXY_PASSPHRASE}}
host: ${{secrets.HOST}}
port : ${{secrets.PORT}}
username : ${{secrets.USER}}
key: ${{secrets.KEY}}
debug: true
script: whoami
script: |
whoami
ls -al