Commit da672822 by Chif Gergő

build only master and dev branches

parent 849bff82
Pipeline #1272 passed with stages
in 0 seconds
...@@ -36,14 +36,11 @@ deploy_staging: ...@@ -36,14 +36,11 @@ deploy_staging:
git clone https://git.ik.bme.hu/RECIRCLE/portal.git && git clone https://git.ik.bme.hu/RECIRCLE/portal.git &&
cd portal && cd portal &&
git submodule update --init --recursive && git submodule update --init --recursive &&
git fetch &&
git checkout DEV &&
docker-compose -f docker-compose.prod.yml up --build && docker-compose -f docker-compose.prod.yml up --build &&
exit exit
environment: environment:
name: staging name: staging
url: http://vm.niif.cloud.bme.hu:20088 url: http://vm.niif.cloud.bme.hu:20088
only: only:
- dockerization
- DEV - DEV
- master - master
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment