diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3ff3e3..1212605 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,10 +31,20 @@ deploy: script: - sh deploy/gdccloud/deploy.sh only: - - dev + - master cache: key: "$CI_PROJECT_ID" policy: pull paths: - build - - .gradle \ No newline at end of file + - .gradle + +deploy_staging: + stage: deploy + script: + - echo "Deploy to staging server" + environment: + name: staging + url: http://193.110.3.124:8080 + only: + - dev