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 run: npm run build
- name: Instalar ssh - name: Instalar ssh
run: sudo apt-get update run: |
run: sudo apt-get install sshpass sudo apt-get update
sudo apt-get install sshpass
- name: Subir al servidor - name: Subir al servidor
env: env:

View File

@@ -1,7 +1,7 @@
{ {
"name": "websostenible", "name": "websostenible",
"type": "module", "type": "module",
"version": "0.0.4", "version": "0.0.5",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"devhost": "astro dev --host", "devhost": "astro dev --host",