From ab43d7d2df22448f9bd4df26541a3badaa44e60f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20DURR?= Date: Fri, 26 Aug 2022 13:53:17 +0200 Subject: [PATCH] Testing things --- .github/workflows/deploy.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b03ba60b..d59f4c5b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,17 +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.HOST}} - port : ${{secrets.PORT}} - username : ${{secrets.USER}} - key: ${{secrets.KEY}} + host: ${{secrets.PROXY_HOST}} + port : ${{secrets.PROXY_PORT}} + username : ${{secrets.PROXY_USER}} + key: ${{secrets.PROXY_KEY}} + passphrase: ${{secrets.PROXY_PASSPHRASE}} debug: true