Skip to content

Commit

Permalink
👽️ cambiar de servidor
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Jan 16, 2024
1 parent eab5fa6 commit 4bdd132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/despliegue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
export NVM_DIR=~/.nvm
Expand Down

0 comments on commit 4bdd132

Please sign in to comment.