Update .woodpecker.yml
This commit is contained in:
parent
0a2ccae329
commit
1e54d0ae30
|
@ -29,6 +29,7 @@ steps:
|
||||||
name: deploy-new
|
name: deploy-new
|
||||||
when:
|
when:
|
||||||
branch: main
|
branch: main
|
||||||
|
event: push
|
||||||
# path:
|
# path:
|
||||||
# include: [ 'stack.production.yml', 'stack.staging.yml', 'docker-compose.staging.yml', 'docker-compose.production.yml', 'Dockerfile', '*.tests.ts' ]
|
# include: [ 'stack.production.yml', 'stack.staging.yml', 'docker-compose.staging.yml', 'docker-compose.production.yml', 'Dockerfile', '*.tests.ts' ]
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
@ -69,6 +70,7 @@ steps:
|
||||||
name: cleanup-staging
|
name: cleanup-staging
|
||||||
when:
|
when:
|
||||||
branch: main
|
branch: main
|
||||||
|
event: push
|
||||||
# path:
|
# path:
|
||||||
# include: [ 'stack.production.yml', 'stack.staging.yml', 'docker-compose.staging.yml', 'docker-compose.production.yml', 'Dockerfile', '*.tests.ts' ]
|
# include: [ 'stack.production.yml', 'stack.staging.yml', 'docker-compose.staging.yml', 'docker-compose.production.yml', 'Dockerfile', '*.tests.ts' ]
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
|
Loading…
Reference in New Issue