Fix CI error (5)
This commit is contained in:
parent
d7791f64b5
commit
fd3612e9a3
@ -12,6 +12,11 @@ build site:
|
|||||||
- bundle install --path=vendor/
|
- bundle install --path=vendor/
|
||||||
script:
|
script:
|
||||||
- bundle exec jekyll build -d lorchess.ru
|
- bundle exec jekyll build -d lorchess.ru
|
||||||
|
artifacts:
|
||||||
|
untracked: true
|
||||||
|
expire_in: 4 hours
|
||||||
|
paths:
|
||||||
|
- lorchess.ru
|
||||||
|
|
||||||
deploy site:
|
deploy site:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
@ -26,4 +31,5 @@ deploy site:
|
|||||||
- ssh-add ~/.ssh/id_rsa
|
- ssh-add ~/.ssh/id_rsa
|
||||||
- ssh-keyscan -H $DEPLOY_SSH_HOST >> ~/.ssh/known_hosts
|
- ssh-keyscan -H $DEPLOY_SSH_HOST >> ~/.ssh/known_hosts
|
||||||
script:
|
script:
|
||||||
|
- ls ./
|
||||||
- scp -r lorchess.ru $DEPLOY_SSH_USER@$DEPLOY_SSH_HOST:$DEPLOY_PATH
|
- scp -r lorchess.ru $DEPLOY_SSH_USER@$DEPLOY_SSH_HOST:$DEPLOY_PATH
|
Loading…
Reference in New Issue
Block a user