Compare commits

..

1 Commits

Author SHA1 Message Date
9a3f53d728 Update easingthemes/ssh-deploy action to v6
All checks were successful
Remote Deployment Pipeline / Prepare Context (pull_request) Successful in 3s
Remote Deployment Pipeline / Deploy (Staging) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Dev/Preview) (pull_request) Successful in 44s
Remote Deployment Pipeline / Cleanup Preview (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Pre-Prod) (pull_request) Has been skipped
Remote Deployment Pipeline / Deploy (Production) (pull_request) Has been skipped
2026-04-16 02:29:10 +00:00
4 changed files with 6 additions and 15 deletions

View File

@@ -92,7 +92,7 @@ jobs:
SCRIPT_AFTER: |
set -e
cd ${{ env.REMOTE_STAGING_PATH }}
docker compose --env-file staging.env -f docker-compose.yaml -f docker-compose.client.yaml up -d --build --remove-orphans --wait
docker compose --env-file staging.env -f docker-compose.yaml up -d --build --remove-orphans --wait
# ------------------------------------------------------------------
# STAGE 3.5: DEPLOY PRE-PROD

View File

@@ -1,9 +0,0 @@
services:
traefik:
networks:
- proxy
- shared_network
networks:
shared_network:
name: prod_shared-network
external: true

View File

@@ -3,14 +3,10 @@ services:
networks:
- proxy
- staging-network
- shared_network
networks:
legacy-nginx:
name: proxy
external: true
staging-network:
name: staging_proxy
external: true
shared_network:
name: prod_shared-network
external: true

View File

@@ -1,11 +1,12 @@
services:
traefik:
image: "traefik:v3.7@sha256:eb328e2c806c53aafbbace6c451fa54d268961261a85452fcf0fb752a30c17be"
image: "traefik:v3.6@sha256:5ae9c349154d5298a5d61a7b25e5f3a9f53314f1515e87632120b95051c7917c"
restart: unless-stopped
security_opt:
- no-new-privileges:true
networks:
- proxy
- shared_network
command:
- "--providers.docker=true"
- "--providers.docker.exposedbydefault=false"
@@ -51,5 +52,8 @@ services:
- traefik.http.routers.https.tls.certresolver=letsencrypt
networks:
proxy:
shared_network:
name: prod_shared-network
external: true
volumes:
letsencrypt: