Remove hello world test from .gitlab-ci.yml

This commit is contained in:
Chris Croome 2018-11-18 15:34:17 +00:00
parent 37a971b308
commit 0893e88391
1 changed files with 1 additions and 2 deletions

View File

@ -29,8 +29,7 @@ pages:
stage: deploy
script:
- bundle exec jekyll build -d public
- ssh -vvv cotech@webarch2.co.uk "echo 'hello world'"
- rsync -anv public/ cotech@webarch2.co.uk:sites/default/
- rsync -avz public/ cotech@webarch2.co.uk:sites/default/
artifacts:
paths:
- public