Feat: some conditions
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-12-27 20:50:59 +03:00
parent eecc7b3920
commit f3519b8de6

View File

@@ -1,7 +1,3 @@
when:
- event: push
branch: deploy
steps:
- name: build
image: docker:latest
@@ -13,6 +9,8 @@ steps:
environment:
ENV_FILE:
from_secret: ENV_FILE
when:
- event: push
- name: deploy
image: docker:latest
commands:
@@ -23,3 +21,6 @@ steps:
environment:
ENV_FILE:
from_secret: ENV_FILE
depends_on: [build]
when:
- event: manual