Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/manual/woodpecker Pipeline was successful Details
ci/woodpecker/cron/woodpecker Pipeline was successful Details

This commit is contained in:
colin 2024-03-04 00:13:35 +00:00
parent 0a2ccae329
commit 1e54d0ae30
1 changed files with 2 additions and 0 deletions

View File

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