This commit is contained in:
Aleks Rutins 2024-09-09 08:02:22 -04:00
parent 76aff573c0
commit 7a0ab29e3a

View file

@ -11,6 +11,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
tar -cvz _build/. > ../site.tar.gz tar -cvz _build/. > ../site.tar.gz
- upload: | - upload: |
hut pages publish -d $site site.tar.gz hut pages publish -d $site site.tar.gz