blog/.gitlab-ci.yml

15 lines
359 B
YAML
Raw Normal View History

2020-10-26 08:06:31 +00:00
image: shockrah/website:1.1
2020-10-26 08:44:15 +00:00
before_script:
- eval $(ssh-agent -s)
- echo "${SSH_PRIVATE_KEY}" | tr -d '\r' | ssh-add - > /dev/null
2020-10-26 08:44:15 +00:00
- mkdir -p ~/.ssh/
- chmod 700 ~/.ssh/
deploy:
stage: build
script:
- bash ./build.sh
2020-10-26 08:44:15 +00:00
- echo the next item will fail
- scp -o StrictHostKeyChecking=no -r ./$MIRROR/ root@shockrah.xyz:/var/wwww/website