Commit 7bfd6dba authored by Ashijin's avatar Ashijin
Browse files

Update .gitlab-ci.yml

parent 31456bd5
......@@ -27,7 +27,7 @@ deploy:
stage: deploy
script:
- mvn $MAVEN_CLI_OPTS deploy
- ssh builder@proxy.mythiccraft.io -p 2222 "mkdir -p /tmp/builds/$CI_JOB_ID && exit"
- scp -rp -o StrictHostKeyChecking=no -o Port=2222 ./target/ builder@proxy.mythiccraft.io:/tmp/builds/$CI_JOB_ID/
- ssh builder@15.204.226.243 -p 22 "mkdir -p /tmp/builds/$CI_JOB_ID && exit"
- scp -rp -o StrictHostKeyChecking=no -o Port=22 ./target/ builder@15.204.226.243:/tmp/builds/$CI_JOB_ID/
only:
- 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 to comment