diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6f77d9..21bfd3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ staging: only: - develop variables: - - ENVIRON: staging + ENVIRON: staging production: stage: deploy @@ -35,4 +35,4 @@ production: only: - master variables: - - ENVIRON: production + ENVIRON: production