Skip to content
Snippets Groups Projects
Commit 95b31505 authored by Jan Grewe's avatar Jan Grewe
Browse files

deploy configs as-is

parent 22b0e4b0
Branches
No related tags found
No related merge requests found
Pipeline #953 passed
......@@ -19,22 +19,9 @@ validate_configs:
tags:
- docker
build_configs:
stage: build
before_script:
- mkdir build
script:
- for yml in *.yaml; do esphome config --show-secrets ${yml} > build/${yml}; done
artifacts:
expire_in: 1 hour
paths:
- build/*.yaml
tags:
- docker
deploy_configs:
stage: deploy
script:
- cp -rv build/*.yaml /srv/esphome/groovy-industries/
- cp -rv *.yaml packages /srv/esphome/groovy-industries/
tags:
- shell
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment