Commit 849bff82 by Chif Gergő

Test deployment

parent 18ce4d8d
Pipeline #1270 failed with stages
in 18 seconds
......@@ -33,10 +33,11 @@ deploy_staging:
stage: deploy
script: # When the docker registry ready, pull images from it
- sshpass -p "$STAGING_SSH_PASS" ssh -o StrictHostKeyChecking=no cloud@vm.niif.cloud.bme.hu -p 17668 &&
git clone -b DEV --single-branch https://git.ik.bme.hu/RECIRCLE/portal.git &&
git clone https://git.ik.bme.hu/RECIRCLE/portal.git &&
cd portal &&
git submodule update --init --recursive &&
ls -la &&
git fetch &&
git checkout DEV &&
docker-compose -f docker-compose.prod.yml up --build &&
exit
environment:
......
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