Compare commits

..

2 Commits

Author SHA1 Message Date
17a1e4bb36 Feat: change deployment
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
2025-01-22 13:25:45 +03:00
0faff426a7 Feat: update woodpecker
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
2025-01-22 12:59:35 +03:00

View File

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