Remove gitlab deployment
This commit is contained in:
parent
91a8c94e4a
commit
2959dcdc19
1 changed files with 0 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
|||
stages:
|
||||
- test
|
||||
- deploy
|
||||
|
||||
test:
|
||||
stage: test
|
||||
|
@ -13,10 +12,3 @@ test:
|
|||
- cp secrets.example.yaml secrets.yaml
|
||||
- touch zones.yaml
|
||||
- hass -c . --script check_config --files
|
||||
deploy:
|
||||
stage: deploy
|
||||
tags:
|
||||
- home
|
||||
- shell
|
||||
script:
|
||||
- make upgrade
|
||||
|
|
Loading…
Reference in a new issue