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