Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
colin 2023-11-22 03:08:39 +00:00
parent d16dd3b953
commit 2aa4241592
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ steps:
commands: commands:
# - echo "$${REGISTRY_PASSWORD}" | docker login -u "$${REGISTRY_USER}" --password-stdin git.nixc.us # - echo "$${REGISTRY_PASSWORD}" | docker login -u "$${REGISTRY_USER}" --password-stdin git.nixc.us
- docker stack deploy --with-registry-auth -c ./stack.yml $${CI_REPO_NAME} - docker stack deploy --with-registry-auth -c ./stack.yml $${CI_REPO_NAME}
wait:
image: alpine
commands:
- echo "Waiting for five minutes"
- sleep 300 # Waits for five minutes
run-post-deploy-smoke-tests: run-post-deploy-smoke-tests:
name: run-post-deploy-smoke-tests name: run-post-deploy-smoke-tests
image: git.nixc.us/colin/playwright:latest image: git.nixc.us/colin/playwright:latest