Cambios Workflow
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user