Commit fcf5abcf by Chif Gergő

Run docker compose in background when deploy

parent d397baa6
Pipeline #1278 failed with stages
in 1 minute 42 seconds
......@@ -38,7 +38,7 @@ deploy_staging:
git checkout DEV &&
git submodule update --init --recursive &&
chmod +x ./setup_ci_env.sh && ./setup_ci_env.sh &&
docker-compose -f docker-compose.prod.yml up --build &&
docker-compose -f docker-compose.prod.yml up -d --build &&
exit
environment:
name: staging
......
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