Skip to content

Commit

Permalink
💚 Subir a 2.9.0 y cambiar servidor
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Jan 16, 2024
1 parent 2c57330 commit 96e8ce1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/despliegue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- name: 🦅 Actualizar aplicación
uses: appleboy/[email protected]
with:
host: ${{ secrets.DOMINIO }}
username: ${{ secrets.USUARIO }}
host: ${{ secrets.DOMINIO_AZURE }}
username: ${{ secrets.USUARIO_AZURE }}
key: ${{ secrets.LLAVE_SSH }}
script: |
cd ${{ secrets.RUTA }}
git pull
docker compose down
docker compose pull umami
docker compose up --force-recreate -d
docker compose up --force-recreate -d
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store
.env
datos/
datos/
dump/
!dump/README.md
2 changes: 1 addition & 1 deletion version.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.8.0
v2.9.0

0 comments on commit 96e8ce1

Please sign in to comment.