Compare commits

...

2 Commits

Author SHA1 Message Date
f66547b5a0 Deploy: deploy event
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/deployment/pipeline Pipeline was successful
2025-01-22 13:07:46 +03:00
95652c603a Feat: deploy event 2025-01-22 13:07:21 +03:00

View File

@@ -1,6 +1,5 @@
when: when:
- branch: [master, deploy] - branch: deploy
event: [push, manual]
steps: steps:
- name: build - name: build
image: docker:latest image: docker:latest
@@ -26,4 +25,4 @@ steps:
from_secret: ENV_FILE from_secret: ENV_FILE
depends_on: [build] depends_on: [build]
when: when:
- event: manual - event: deploy