Обновить .woodpecker/pipeline.yml
Some checks are pending
ci/woodpecker/push/pipeline Pipeline is pending
ci/woodpecker/manual/pipeline Pipeline is pending

This commit is contained in:
2025-04-05 23:59:19 +03:00
parent 1a93336d30
commit ff615e2b67

View File

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