From c2dad04cef33f06c61fa60047cebd0ab375aa249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Camilo=20Gonz=C3=A1lez?= Date: Tue, 16 Jan 2024 16:25:39 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Cambiar=20servidor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/despliegue.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/despliegue.yml b/.github/workflows/despliegue.yml index 21ff156..9a496ff 100644 --- a/.github/workflows/despliegue.yml +++ b/.github/workflows/despliegue.yml @@ -13,8 +13,8 @@ jobs: - name: 🦅 Actualizar build por SSH uses: appleboy/ssh-action@v0.1.7 with: - host: ${{ secrets.DOMINIO }} - username: ${{ secrets.USUARIO }} + host: ${{ secrets.DOMINIO_AZURE }} + username: ${{ secrets.USUARIO_AZURE }} key: ${{ secrets.LLAVE_SSH }} script: | cd ${{ secrets.RUTA }}