There was an error while loading. Please reload this page.
1 parent 31080ed commit ba2ffd2Copy full SHA for ba2ffd2
1 file changed
.github/workflows/deploy.yml
@@ -71,7 +71,7 @@ jobs:
71
--network web_network \
72
--restart unless-stopped \
73
-l "traefik.enable=true" \
74
- -l "traefik.http.routers.$APP_NAME.rule=Host("stmorg.in") || Host("www.stmorg.in")" \
+ -l "traefik.http.routers.$APP_NAME.rule=Host(\`stmorg.in\` || \`www.stmorg.in\`)" \
75
-l "traefik.http.routers.$APP_NAME.entrypoints=web,websecure" \
76
-l "traefik.http.routers.$APP_NAME.tls=true" \
77
-l "traefik.http.routers.$APP_NAME.tls.certresolver=letsencrypt" \
0 commit comments