Update .woodpecker.yml
This commit is contained in:
parent
b697e5a66d
commit
17a65b2263
|
@ -11,7 +11,7 @@ steps:
|
||||||
run-smoke-tests:
|
run-smoke-tests:
|
||||||
name: run-playwright-tests
|
name: run-playwright-tests
|
||||||
image: git.nixc.us/colin/playwright:latest
|
image: git.nixc.us/colin/playwright:latest
|
||||||
secrets: [REGISTRY_USER, REGISTRY_PASSWORD]
|
secrets: [REGISTRY_USER, REGISTRY_PASSWORD, SWARM_USER, SWARM_PASSWORD]
|
||||||
when:
|
when:
|
||||||
- branch: main
|
- branch: main
|
||||||
- path:
|
- path:
|
||||||
|
@ -31,7 +31,7 @@ steps:
|
||||||
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
|
||||||
secrets: [REGISTRY_USER, REGISTRY_PASSWORD]
|
secrets: [REGISTRY_USER, REGISTRY_PASSWORD, SWARM_USER, SWARM_PASSWORD]
|
||||||
when:
|
when:
|
||||||
- branch: main
|
- branch: main
|
||||||
- path:
|
- path:
|
||||||
|
|
Loading…
Reference in New Issue