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