merge deploy environments
This commit is contained in:
parent
d35e0f7ba3
commit
c374cb4232
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user