Skip to content

Commit

Permalink
🐛 Agregar NVM al despliegue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Apr 14, 2024
1 parent faf71e8 commit 40c19a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/despliegue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
username: ${{ secrets.USUARIO }}
key: ${{ secrets.LLAVE_SSH }}
script: |
export NVM_DIR=~/.nvm
source ~/.nvm/nvm.sh
cd ${{ secrets.RUTA }}
git pull
docker compose down
yarn install --frozen-lockfile
yarn limpiar
yarn build
docker compose pull
docker compose up -d

0 comments on commit 40c19a5

Please sign in to comment.