rsync to dev.static.coops.tech

This commit is contained in:
Chris Croome 2018-11-29 12:49:27 +00:00
parent 1461174ca1
commit fce5d8bbc1
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ pages:
script:
- bundle exec jekyll build -d public
- rsync -aqz public/ cotech@webarch2.co.uk:sites/default/
- cd public
- git checkout dev
- cd ..
- rsync -aqz public/ cotech@webarch2.co.uk:sites/dev/
artifacts:
paths:
- public