Files
nwxraybot/.woodpecker.yml
Sergey Elpashev e04481d552
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Feat: first try to start
2024-12-27 20:33:17 +03:00

14 lines
242 B
YAML

when:
- event: push
branch: deploy
steps:
- name: build
image: docker:latest
commands:
- docker build -t aboba .
- name: deploy
image: docker:latest
commands:
- echo "$ENV_FILE" > .env
- sh run.sh