Commit 5d3eae4a by Chif Gergő

Test deployment

parent 9c456301
Pipeline #1265 failed with stages
in 17 seconds
......@@ -33,7 +33,7 @@ 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 pull https://git.ik.bme.hu/RECIRCLE/portal.git DEV \
git clone -b DEV --single-branch https://git.ik.bme.hu/RECIRCLE/portal.git \
cd portal \
git submodule update --init --recursive \
docker-compose up -f docker-compose.prod.yml \
......
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