Deploy: change deployment
Some checks are pending
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/manual/pipeline Pipeline is pending

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

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