summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIwanIDev <iwan@iwani.dev>2026-03-21 13:10:34 +0000
committerIwanIDev <iwan@iwani.dev>2026-03-21 13:10:34 +0000
commit63438b226ad462d594472f871f1ae3e7114aaca2 (patch)
treebbd8c22018a13d86ef1b45fbb902f5bd56dcce90
parentbf250618f4000153765ea4a781807d63f50c6067 (diff)
Bugfix: left the old stack name in the action, which just updated my portfolio site with this one lol
-rw-r--r--.github/workflows/docker_build.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml
index 5319d4f..bc8e4c8 100644
--- a/.github/workflows/docker_build.yml
+++ b/.github/workflows/docker_build.yml
@@ -115,12 +115,10 @@ jobs:
- name: Deploy stack to remote server
env:
IMAGE_NAME: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
- STACK_NAME: vite-portfolio
+ STACK_NAME: astro-blog-site
PORTFOLIO_HOST: ${{ vars.PORTFOLIO_HOST }}
TRAEFIK_NETWORK: ${{ vars.TRAEFIK_NETWORK }}
TRAEFIK_ENTRYPOINTS: ${{ vars.TRAEFIK_ENTRYPOINTS }}
- DRUPAL_DB_PASSWORD: ${{ secrets.DRUPAL_DB_PASSWORD }}
- MARIADB_ROOT_PASSWORD: ${{ secrets.MARIADB_ROOT_PASSWORD }}
run: |
# Deploy the stack using the remote context
docker --context remote stack deploy -c docker-stack.yml --with-registry-auth $STACK_NAME