Add build
This commit is contained in:
parent
a7350363be
commit
aefe3907ef
1 changed files with 15 additions and 0 deletions
15
.build.yml
Normal file
15
.build.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
image: alpine/edge
|
||||
packages:
|
||||
- ruby
|
||||
- hut
|
||||
environment:
|
||||
site: aleksrutins.srht.site
|
||||
tasks:
|
||||
- build: |
|
||||
cd farthergate.com
|
||||
bundle install
|
||||
bundle exec ruby build.rb
|
||||
- package: |
|
||||
tar -cvz _build/. > ../site.tar.gz
|
||||
- upload: |
|
||||
hut pages publish -d $site site.tar.gz
|
Loading…
Add table
Add a link
Reference in a new issue