Added hello world test

This commit is contained in:
Chris Croome 2018-11-18 15:17:01 +00:00
parent e733ed08e8
commit 7ee0f5bf24
1 changed files with 2 additions and 1 deletions

View File

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