diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06a1e73..f1b7c88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ variables: stages: - build - test - - deploy + - release cache: key: ${CI_COMMIT_REF_SLUG} @@ -25,9 +25,9 @@ firmware: - pio run -t buildfs release: - stage: deploy + stage: release only: - - /^release/.*$/ + - /^release-.*$/ image: python:latest script: - pip install awscli