Update .woodpecker.yml

This commit is contained in:
colin 2023-11-22 02:47:58 +00:00
parent b697e5a66d
commit 17a65b2263
1 changed files with 2 additions and 2 deletions

View File

@ -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: