mirror of
https://git.coop/cotech/website.git
synced 2024-11-22 06:33:07 +00:00
Remove hello world test from .gitlab-ci.yml
This commit is contained in:
parent
37a971b308
commit
0893e88391
@ -29,8 +29,7 @@ pages:
|
|||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- bundle exec jekyll build -d public
|
- bundle exec jekyll build -d public
|
||||||
- ssh -vvv cotech@webarch2.co.uk "echo 'hello world'"
|
- rsync -avz public/ cotech@webarch2.co.uk:sites/default/
|
||||||
- rsync -anv public/ cotech@webarch2.co.uk:sites/default/
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
Loading…
Reference in New Issue
Block a user