fix wd
This commit is contained in:
parent
76aff573c0
commit
7a0ab29e3a
1 changed files with 13 additions and 12 deletions
25
.build.yml
25
.build.yml
|
@ -1,16 +1,17 @@
|
||||||
image: alpine/edge
|
image: alpine/edge
|
||||||
packages:
|
packages:
|
||||||
- ruby
|
- ruby
|
||||||
- ruby-bundler
|
- ruby-bundler
|
||||||
- hut
|
- hut
|
||||||
environment:
|
environment:
|
||||||
site: aleksrutins.srht.site
|
site: aleksrutins.srht.site
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
cd farthergate.com
|
cd farthergate.com
|
||||||
bundle install --path vendor/bundle
|
bundle install --path vendor/bundle
|
||||||
bundle exec ruby build.rb
|
bundle exec ruby build.rb
|
||||||
- package: |
|
- package: |
|
||||||
tar -cvz _build/. > ../site.tar.gz
|
cd farthergate.com
|
||||||
- upload: |
|
tar -cvz _build/. > ../site.tar.gz
|
||||||
hut pages publish -d $site site.tar.gz
|
- upload: |
|
||||||
|
hut pages publish -d $site site.tar.gz
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue