Deploy: deploy event
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/deployment/pipeline Pipeline was successful

This commit is contained in:
2025-01-22 13:07:46 +03:00

View File

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