Cambios Workflow

This commit is contained in:
2024-10-01 13:01:12 +02:00
parent 9786718258
commit feb5dcf853
2 changed files with 4 additions and 3 deletions

View File

@@ -45,8 +45,9 @@ jobs:
run: npm run build
- name: Instalar ssh
run: sudo apt-get update
run: sudo apt-get install sshpass
run: |
sudo apt-get update
sudo apt-get install sshpass
- name: Subir al servidor
env: