Update .woodpecker.yml
This commit is contained in:
parent
2e32510bf4
commit
33f58b4116
|
@ -119,16 +119,16 @@ steps:
|
||||||
# include: [ 'stack.production.yml', 'stack.staging.yml', 'docker-compose.staging.yml', 'docker-compose.production.yml', 'Dockerfile', '*.tests.ts' ]
|
# 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 to Complete
|
||||||
wait-for-deploy-production:
|
# wait-for-deploy-production:
|
||||||
name: wait-for-deploy-production
|
# name: wait-for-deploy-production
|
||||||
image: woodpeckerci/plugin-git
|
# image: woodpeckerci/plugin-git
|
||||||
commands:
|
# commands:
|
||||||
- echo "Waiting for deploy step to complete rollout."
|
# - echo "Waiting for deploy step to complete rollout."
|
||||||
- sleep 60
|
# - sleep 60
|
||||||
when:
|
# when:
|
||||||
branch: main
|
# branch: main
|
||||||
event: push
|
# event: push
|
||||||
|
|
||||||
# # Run Post-Deployment Smoke Tests
|
# # Run Post-Deployment Smoke Tests
|
||||||
# post-deploy-smoke-tests-git-nixc-us:
|
# post-deploy-smoke-tests-git-nixc-us:
|
||||||
|
|
Loading…
Reference in New Issue