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

This commit is contained in:
Alex Shevchuk
2025-08-18 20:10:38 +03:00
parent 25f2254934
commit 35913028fd

View File

@@ -96,7 +96,7 @@ jobs:
- name: Deploy to Swarm
env:
SWARM_MANAGER_HOST: 158.160.144.159:2377
SWARM_MANAGER_HOST: 158.160.144.159:2376
run: |
if [ "${{ inputs.version }}" == "latest" ]; then
VERSION="latest"
@@ -108,6 +108,10 @@ jobs:
echo "Log level: ${{ inputs.logLevel }}"
docker -H $SWARM_MANAGER_HOST \
--tlsverify \
--tlscacert ${{ secrets.SWARM_CA_PEM }} \
--tlscert ${{ secrets.SWARM_CERT_PEM }} \
--tlskey ${{ secrets.SWARM_KEY_PEM }} \
stack deploy \
--with-registry-auth \
-c docker-compose.staging.yaml \