Skip to content

Commit 970bf2a

Browse files
committed
Attempt Force HTTPS only
Signed-off-by: kiranpranay <pranay@cottonseeds.org>
1 parent 8fee362 commit 970bf2a

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
@@ -72,7 +72,7 @@ jobs:
7272
--restart unless-stopped \
7373
-l "traefik.enable=true" \
7474
-l "traefik.http.routers.$APP_NAME.rule=Host(\`stmorg.in\`) || Host(\`www.stmorg.in\`)" \
75-
-l "traefik.http.routers.$APP_NAME.entrypoints=web,websecure" \
75+
-l "traefik.http.routers.$APP_NAME.entrypoints=websecure" \
7676
-l "traefik.http.routers.$APP_NAME.tls=true" \
7777
-l "traefik.http.routers.$APP_NAME.tls.certresolver=letsencrypt" \
7878
-l "traefik.http.services.$APP_NAME.loadbalancer.server.port=80" \

0 commit comments

Comments
 (0)