fix tarball layout
This commit is contained in:
parent
b98bec55ff
commit
3133275bcc
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ tasks:
|
||||||
bundle install --path vendor/bundle
|
bundle install --path vendor/bundle
|
||||||
bundle exec ruby build.rb
|
bundle exec ruby build.rb
|
||||||
- package: |
|
- package: |
|
||||||
cd farthergate.com
|
cd farthergate.com/_build
|
||||||
tar -cvz _build/. > ../site.tar.gz
|
tar -cvz . > ../../site.tar.gz
|
||||||
- upload: |
|
- upload: |
|
||||||
hut pages publish -d $site site.tar.gz
|
hut pages publish -d $site site.tar.gz
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue