diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2f070d772de30a0b3fdc188ae1f3579addbfb67..bad5457e889df7217f2d712c9d7e121625f571cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ stages: - test - - staging + - production # test: # image: node:latest @@ -11,8 +11,8 @@ stages: # only: # - master -staging: - stage: staging +Production: + stage: production image: ruby:2.7 before_script: - gem install dpl