mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-13 01:33:21 +00:00
SSH Connection now works
This commit is contained in:
parent
ab43d7d2df
commit
55e0eecc0b
25
.github/workflows/deploy.yml
vendored
25
.github/workflows/deploy.yml
vendored
@ -15,19 +15,18 @@ jobs:
|
|||||||
uses: appleboy/ssh-action@v0.1.5
|
uses: appleboy/ssh-action@v0.1.5
|
||||||
with:
|
with:
|
||||||
# Proxy
|
# Proxy
|
||||||
# proxy_host : ${{secrets.PROXY_HOST}}
|
proxy_host : ${{secrets.PROXY_HOST}}
|
||||||
# proxy_port : ${{secrets.PROXY_PORT}}
|
proxy_port : ${{secrets.PROXY_PORT}}
|
||||||
# proxy_username : ${{secrets.PROXY_USER}}
|
proxy_username : ${{secrets.PROXY_USER}}
|
||||||
# proxy_passphrase: ${{secrets.PROXY_PASSPHRASE}}
|
proxy_passphrase: ${{secrets.PROXY_PASSPHRASE}}
|
||||||
# proxy_key: ${{secrets.PROXY_KEY}}
|
proxy_key: ${{secrets.PROXY_KEY}}
|
||||||
|
|
||||||
# Serveur web
|
# Serveur web
|
||||||
host: ${{secrets.PROXY_HOST}}
|
host: ${{secrets.HOST}}
|
||||||
port : ${{secrets.PROXY_PORT}}
|
port : ${{secrets.PORT}}
|
||||||
username : ${{secrets.PROXY_USER}}
|
username : ${{secrets.USER}}
|
||||||
key: ${{secrets.PROXY_KEY}}
|
key: ${{secrets.KEY}}
|
||||||
passphrase: ${{secrets.PROXY_PASSPHRASE}}
|
|
||||||
|
|
||||||
debug: true
|
script: |
|
||||||
|
whoami
|
||||||
script: whoami
|
ls -al
|
Loading…
Reference in New Issue
Block a user