Skip to content

Commit ba2ffd2

Browse files
committed
Fix traefik syntax
Signed-off-by: kiranpranay <pranay@cottonseeds.org>
1 parent 31080ed commit ba2ffd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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") || Host("www.stmorg.in")" \
74+
-l "traefik.http.routers.$APP_NAME.rule=Host(\`stmorg.in\` || \`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)