summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorIwanIDev <iwan@iwani.dev>2026-03-21 13:15:34 +0000
committerIwanIDev <iwan@iwani.dev>2026-03-21 13:15:34 +0000
commit928fbed509e1dd872de601b75712bcfd13fc00bd (patch)
tree7cdbfaf2712a1780d29c8ea6ef2786efce44a49b /.github/workflows
parent63438b226ad462d594472f871f1ae3e7114aaca2 (diff)
Refactor: update Docker configuration and remove Traefik references
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/docker_build.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml
index bc8e4c8..cd7f303 100644
--- a/.github/workflows/docker_build.yml
+++ b/.github/workflows/docker_build.yml
@@ -116,9 +116,6 @@ jobs:
env:
IMAGE_NAME: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
STACK_NAME: astro-blog-site
- PORTFOLIO_HOST: ${{ vars.PORTFOLIO_HOST }}
- TRAEFIK_NETWORK: ${{ vars.TRAEFIK_NETWORK }}
- TRAEFIK_ENTRYPOINTS: ${{ vars.TRAEFIK_ENTRYPOINTS }}
run: |
# Deploy the stack using the remote context
docker --context remote stack deploy -c docker-stack.yml --with-registry-auth $STACK_NAME