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:

View File

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