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

This commit is contained in:
colin 2023-11-22 02:57:43 +00:00
parent 1ac9cff6a1
commit d3f49b371f
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ steps:
run-smoke-tests:
name: run-playwright-tests
image: git.nixc.us/colin/playwright:latest
secrets: [REGISTRY_USER, REGISTRY_PASSWORD, SWARM_USER, SWARM_PASSWORD]
secrets: [REGISTRY_USER, REGISTRY_PASSWORD, SWARM_USERNAME, SWARM_PASSWORD]
when:
- branch: main
- path:
@ -20,7 +20,7 @@ steps:
name: deploy-config
when:
- path:
include: [ 'stack.yml', 'docker-compose.yml', 'Dockerfile', '.woodpecker.yml', '*.tests.ts' ]
include: [ 'README.md', 'stack.yml', 'docker-compose.yml', 'Dockerfile', '.woodpecker.yml', '*.tests.ts' ]
image: woodpeckerci/plugin-docker-buildx
secrets: [REGISTRY_USER, REGISTRY_PASSWORD]
volumes:
@ -31,7 +31,7 @@ steps:
run-post-deploy-smoke-tests:
name: run-post-deploy-smoke-tests
image: git.nixc.us/colin/playwright:latest
secrets: [REGISTRY_USER, REGISTRY_PASSWORD, SWARM_USER, SWARM_PASSWORD]
secrets: [REGISTRY_USER, REGISTRY_PASSWORD, SWARM_USERNAME, SWARM_PASSWORD]
when:
- branch: main
- path: