From 649668372e8261141df0f3d0ba9dc6dea09fe45f Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 2 Feb 2024 11:08:33 +0000 Subject: [PATCH] Update .woodpecker.yml --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 63e0723..c0efc16 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -39,7 +39,7 @@ steps: - echo "$${REGISTRY_PASSWORD}" | docker login -u "$${REGISTRY_USER}" --password-stdin git.nixc.us - echo compose push - docker compose -f docker-compose.staging.yml push - - docker stack deploy --with-registry-auth -c ./stack.staging.yml $${CI_REPO_NAME}-staging + # - docker stack deploy --with-registry-auth -c ./stack.staging.yml $${CI_REPO_NAME}-staging # # Wait for Deploy to Complete # wait-for-deploy-staging: @@ -110,7 +110,7 @@ steps: - /var/run/docker.sock:/var/run/docker.sock commands: - echo "$${REGISTRY_PASSWORD}" | docker login -u "$${REGISTRY_USER}" --password-stdin git.nixc.us - - docker stack deploy --with-registry-auth -c ./stack.production.yml $${CI_REPO_NAME} + # - docker stack deploy --with-registry-auth -c ./stack.production.yml $${CI_REPO_NAME} # - docker image rm git.nixc.us/colin/$${CI_REPO_NAME}:production when: branch: main