diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 239c1e3..fd79a89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,9 @@ test: - python manage.py test deploy: + only: + variables: + - $CI_COMMIT_TAG stage: deploy image: name: debian:latest