Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
d16dd3b953
commit
2aa4241592
|
@ -28,6 +28,11 @@ steps:
|
|||
commands:
|
||||
# - 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}
|
||||
wait:
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "Waiting for five minutes"
|
||||
- sleep 300 # Waits for five minutes
|
||||
run-post-deploy-smoke-tests:
|
||||
name: run-post-deploy-smoke-tests
|
||||
image: git.nixc.us/colin/playwright:latest
|
||||
|
|
Loading…
Reference in New Issue