1
Fork 0

Fix CI error (5)

master
Vladimir Hodakov 2018-10-28 21:22:27 +04:00
parent d7791f64b5
commit fd3612e9a3
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,11 @@ build site:
- bundle install --path=vendor/
script:
- bundle exec jekyll build -d lorchess.ru
artifacts:
untracked: true
expire_in: 4 hours
paths:
- lorchess.ru
deploy site:
stage: deploy
@ -26,4 +31,5 @@ deploy site:
- ssh-add ~/.ssh/id_rsa
- ssh-keyscan -H $DEPLOY_SSH_HOST >> ~/.ssh/known_hosts
script:
- ls ./
- scp -r lorchess.ru $DEPLOY_SSH_USER@$DEPLOY_SSH_HOST:$DEPLOY_PATH