mirror of
https://git.coop/cotech/website.git
synced 2024-12-23 02:55:24 +00:00
Added hello world test
This commit is contained in:
parent
e733ed08e8
commit
7ee0f5bf24
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user