attempting a test push to prod server

This commit is contained in:
shockrah 2020-10-26 01:44:15 -07:00
parent 356cb7f8e9
commit 426a3fed88

View File

@ -1,10 +1,14 @@
image: shockrah/website:1.1
variables:
SSH_PASS: $VPS_PASS
before_script:
- eval $(ssh-agent -s)
- echo $SSH_PRIVATE_KEY | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p ~/.ssh/
- chmod 700 ~/.ssh/
deploy:
stage: build
script:
- bash ./build.sh
- ls -R .mirror
- echo the next item will fail
- scp -o StrictHostKeyChecking=no -r ./$MIRROR/ root@shockrah.xyz:/var/wwww/website