Comment out wait-for-deploy-production step in Woodpecker CI config
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Your Name 2025-03-31 04:27:35 -04:00
parent 71e142b82e
commit 7b80d9dfa0
1 changed files with 9 additions and 9 deletions

View File

@ -121,15 +121,15 @@ steps:
event: [push, cron]
# Wait for Deploy Completion
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-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
# Post-Deployment Smoke Tests
# post-deploy-smoke-tests-git-nixc-us: