diff --git a/.woodpecker.yml b/.woodpecker.yml index a5ba5d2..d0fc9af 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: