Commit cdd30f36 by Chif Gergő

FIx deployment

parent 7fc5056d
Pipeline #1274 failed with stages
in 38 seconds
......@@ -35,6 +35,7 @@ deploy_staging:
- sshpass -p "$STAGING_SSH_PASS" ssh -o StrictHostKeyChecking=no cloud@vm.niif.cloud.bme.hu -p 17668 &&
git clone https://git.ik.bme.hu/RECIRCLE/portal.git &&
cd portal &&
git checkout DEV &&
git submodule update --init --recursive &&
docker-compose -f docker-compose.prod.yml up --build &&
exit
......
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