Retry 2244
Some checks failed
Optimized Build and Deploy / remote-build-and-deploy (push) Failing after 1m25s
Some checks failed
Optimized Build and Deploy / remote-build-and-deploy (push) Failing after 1m25s
This commit is contained in:
@@ -63,8 +63,11 @@ jobs:
|
||||
# El comando "tr -d '\n'" elimina cualquier salto de línea final
|
||||
printf "%s" "${{ secrets.JWT_KEY }}" | tr -d '\n' | docker secret create jwt_secret_key - || docker secret inspect jwt_secret_key > /dev/null
|
||||
|
||||
echo "Recreando servicios..."
|
||||
docker stack deploy -c /opt/gestion-integral/docker-compose.yml --with-registry-auth gestion-integral-stack
|
||||
echo "Desplegando el stack..."
|
||||
docker stack deploy \
|
||||
-c /opt/gestion-integral/docker-compose.yml \
|
||||
--with-registry-auth \
|
||||
gestion-integral
|
||||
|
||||
# 4. Limpieza
|
||||
echo "Realizando limpieza..."
|
||||
|
||||
Reference in New Issue
Block a user