Compare commits

...

2 Commits

Author SHA1 Message Date
f0ac459dea Feat: rules
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-12-27 21:09:16 +03:00
f288b99123 Feat: removed PR
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-12-27 21:06:25 +03:00

View File

@@ -1,3 +1,6 @@
when:
- branch: [master, deploy]
event: [push, manual]
steps:
- name: build
image: docker:latest
@@ -10,7 +13,7 @@ steps:
ENV_FILE:
from_secret: ENV_FILE
when:
- event: [push, manual, pull_request_closed]
- event: [push, manual]
- name: deploy
image: docker:latest
commands: