Skip to content

Commit 8fee362

Browse files
committed
Fix traefik syntax[2]
Signed-off-by: kiranpranay <pranay@cottonseeds.org>
1 parent ba2ffd2 commit 8fee362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
--network web_network \
7272
--restart unless-stopped \
7373
-l "traefik.enable=true" \
74-
-l "traefik.http.routers.$APP_NAME.rule=Host(\`stmorg.in\` || \`www.stmorg.in\`)" \
74+
-l "traefik.http.routers.$APP_NAME.rule=Host(\`stmorg.in\`) || Host(\`www.stmorg.in\`)" \
7575
-l "traefik.http.routers.$APP_NAME.entrypoints=web,websecure" \
7676
-l "traefik.http.routers.$APP_NAME.tls=true" \
7777
-l "traefik.http.routers.$APP_NAME.tls.certresolver=letsencrypt" \

0 commit comments

Comments
 (0)