Update .woodpecker.yml
This commit is contained in:
parent
76da77346e
commit
eb0fac3b5a
|
@ -8,6 +8,14 @@ clone:
|
||||||
partial: false
|
partial: false
|
||||||
depth: 1
|
depth: 1
|
||||||
steps:
|
steps:
|
||||||
|
run-post-deploy-smoke-tests:
|
||||||
|
name: run-post-deploy-smoke-tests
|
||||||
|
image: git.nixc.us/colin/playwright:latest
|
||||||
|
secrets: [REGISTRY_USER, REGISTRY_PASSWORD]
|
||||||
|
when:
|
||||||
|
- branch: main
|
||||||
|
- path:
|
||||||
|
include: [ 'stack.yml', 'docker-compose.yml', 'Dockerfile.*', '.woodpecker.yml', '*.tests.ts' ]
|
||||||
build-push:
|
build-push:
|
||||||
name: build-push
|
name: build-push
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in New Issue