From 38ac59f55e848a747e29554b6f467a97cd6fed4a Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 21 Jan 2024 20:39:37 +0000 Subject: [PATCH] Update .woodpecker.yml --- .woodpecker.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d764841..87d31fa 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -41,16 +41,16 @@ steps: - docker compose -f docker-compose.staging.yml push # - docker stack deploy --with-registry-auth -c ./stack.staging.yml $${CI_REPO_NAME}-staging - # # Wait for Deploy to Complete - # wait-for-deploy-staging: - # name: wait-for-deploy-staging - # image: woodpeckerci/plugin-git - # commands: - # - echo "Waiting for staging deploy step to complete rollout." - # - sleep 60 - # when: - # - branch: main - # - event: push + # Wait for Deploy to Complete + wait-for-deploy-staging: + name: wait-for-deploy-staging + image: woodpeckerci/plugin-git + commands: + - echo "Waiting for staging deploy step to complete rollout." + - sleep 60 + when: + - branch: main + - event: push # # Run Automated Tests on staging Branch # test-staging: @@ -119,16 +119,16 @@ steps: # include: [ 'stack.production.yml', 'stack.staging.yml', 'docker-compose.staging.yml', 'docker-compose.production.yml', 'Dockerfile', '*.tests.ts' ] - # # Wait for Deploy to Complete - # wait-for-deploy-production: - # name: wait-for-deploy-production - # image: woodpeckerci/plugin-git - # commands: - # - echo "Waiting for deploy step to complete rollout." - # - sleep 60 - # when: - # branch: main - # event: push + # Wait for Deploy to Complete + wait-for-deploy-production: + name: wait-for-deploy-production + image: woodpeckerci/plugin-git + commands: + - echo "Waiting for deploy step to complete rollout." + - sleep 60 + when: + branch: main + event: push # # Run Post-Deployment Smoke Tests # post-deploy-smoke-tests-git-nixc-us: