mirror of
https://github.com/ae-utbm/sith.git
synced 2024-10-31 19:38:04 +00:00
Testing things
This commit is contained in:
parent
13f0bfe546
commit
ab43d7d2df
19
.github/workflows/deploy.yml
vendored
19
.github/workflows/deploy.yml
vendored
@ -15,17 +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.HOST}}
|
host: ${{secrets.PROXY_HOST}}
|
||||||
port : ${{secrets.PORT}}
|
port : ${{secrets.PROXY_PORT}}
|
||||||
username : ${{secrets.USER}}
|
username : ${{secrets.PROXY_USER}}
|
||||||
key: ${{secrets.KEY}}
|
key: ${{secrets.PROXY_KEY}}
|
||||||
|
passphrase: ${{secrets.PROXY_PASSPHRASE}}
|
||||||
|
|
||||||
debug: true
|
debug: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user