16
All checks were successful
Deploy Production / Deploy to Staging (push) Has been skipped

This commit is contained in:
Alex Shevchuk
2025-08-18 22:10:54 +03:00
parent 66fdb36f3f
commit 04fbc36e9c

View File

@@ -115,8 +115,8 @@ jobs:
echo "${{ secrets.SWARM_KEY_PEM }}" > ~/.docker/swarm/key.pem
chmod 600 ~/.docker/swarm/*.pem
docker -H $SWARM_MANAGER_HOST \
stack deploy \
docker stack deploy \
--with-registry-auth \
-c docker-compose.staging.yaml \
${{ env.STACK_NAME }}