diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 014397d..268b257 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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