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