merge deploy environments

This commit is contained in:
Anton Romanov 2019-03-18 22:35:01 +04:00
parent d35e0f7ba3
commit c374cb4232

View File

@ -31,20 +31,13 @@ deploy:
script:
- sh deploy/gdccloud/deploy.sh
only:
- master
- dev
cache:
key: "$CI_PROJECT_ID"
policy: pull
paths:
- build
- .gradle
deploy_staging:
stage: deploy
script:
- echo "Deploy to staging server"
environment:
name: staging
url: http://193.110.3.124:8080
only:
- dev