Compare commits

..

2 Commits

Author SHA1 Message Date
85ab55c823 Deploy: deploy event
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
2025-01-22 13:13:20 +03:00
171d2cbb20 Feat: deploy event 2025-01-22 13:13:12 +03:00

View File

@@ -1,5 +1,5 @@
when: when:
- branch: [master, deploy] - branch: deploy
steps: steps:
- name: build - name: build
image: docker:latest image: docker:latest
@@ -23,7 +23,6 @@ steps:
environment: environment:
ENV_FILE: ENV_FILE:
from_secret: ENV_FILE from_secret: ENV_FILE
depends_on: build depends_on: [build]
when: when:
- branch: deploy - event: deployment
- event: manual