diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 75fec0e..206e5f7 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: echo "Clonando la última versión desde Gitea..." - git clone --depth=1 http://token:${{ secrets.GITHUB_TOKEN }}@172.24.0.3:3000/${{ gitea.repository }} /tmp/cirux_clone + git clone --depth=1 https://token:${{ secrets.GITHUB_TOKEN }}@git.silvioalzate.shop/${{ gitea.repository }} /tmp/cirux_clone # Regresamos tu .env original a la carpeta de la app mv /tmp/.cirux.env /home/ubuntu/cirux/.env 2>/dev/null || true