diff --git a/.github/workflows/despliegue.yml b/.github/workflows/despliegue.yml index 0bcd2ea..23310f3 100644 --- a/.github/workflows/despliegue.yml +++ b/.github/workflows/despliegue.yml @@ -12,12 +12,12 @@ jobs: - name: 🦅 Actualizar aplicación uses: appleboy/ssh-action@v0.1.7 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 \ No newline at end of file + docker compose up --force-recreate -d diff --git a/.gitignore b/.gitignore index ec08b99..c49413f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .DS_Store .env -datos/ \ No newline at end of file +datos/ +dump/ +!dump/README.md \ No newline at end of file diff --git a/version.md b/version.md index b77e3cc..f367ae3 100644 --- a/version.md +++ b/version.md @@ -1 +1 @@ -v2.8.0 +v2.9.0