Indentación
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 12m30s
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 12m30s
This commit is contained in:
@@ -63,9 +63,9 @@ jobs:
|
|||||||
# Aquí, las variables de secretos son reemplazadas por Gitea,
|
# Aquí, las variables de secretos son reemplazadas por Gitea,
|
||||||
# creando el archivo .env correctamente en el host.
|
# creando el archivo .env correctamente en el host.
|
||||||
cat <<EOT > /opt/gestion-integral/.env
|
cat <<EOT > /opt/gestion-integral/.env
|
||||||
DB_SA_PASSWORD=${{ secrets.DB_SA_PASSWORD_SECRET }}
|
DB_SA_PASSWORD=${{ secrets.DB_SA_PASSWORD_SECRET }}
|
||||||
JWT_KEY=${{ secrets.JWT_KEY_SECRET }}
|
JWT_KEY=${{ secrets.JWT_KEY_SECRET }}
|
||||||
EOT
|
EOT
|
||||||
|
|
||||||
echo "Loading images and deploying..."
|
echo "Loading images and deploying..."
|
||||||
docker load < backend.tar
|
docker load < backend.tar
|
||||||
|
|||||||
Reference in New Issue
Block a user