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,
|
||||
# creando el archivo .env correctamente en el host.
|
||||
cat <<EOT > /opt/gestion-integral/.env
|
||||
DB_SA_PASSWORD=${{ secrets.DB_SA_PASSWORD_SECRET }}
|
||||
JWT_KEY=${{ secrets.JWT_KEY_SECRET }}
|
||||
EOT
|
||||
DB_SA_PASSWORD=${{ secrets.DB_SA_PASSWORD_SECRET }}
|
||||
JWT_KEY=${{ secrets.JWT_KEY_SECRET }}
|
||||
EOT
|
||||
|
||||
echo "Loading images and deploying..."
|
||||
docker load < backend.tar
|
||||
|
||||
Reference in New Issue
Block a user