Feat: change deployment
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful

This commit is contained in:
2025-01-22 13:25:45 +03:00
parent 0faff426a7
commit 17a1e4bb36

View File

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