diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21c37741..1fcde11d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,12 @@ build: script: - docker build . -t "cmc:latest" -deploy: +deploy_staging: + stage: deploy script: - - echo hello world \ No newline at end of file + - echo "Deploy to staging server" + environment: + name: staging + + only: + - master