From fd3612e9a37b6b0467dcc28140a47e05a3c4ef5d Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Sun, 28 Oct 2018 21:22:27 +0400 Subject: [PATCH] Fix CI error (5) --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47011bb..c273b60 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file