fix bundle install

This commit is contained in:
Aleks Rūtiņš 2024-09-09 06:58:38 -04:00
parent 6921ac5e68
commit 82862b4584

View file

@ -8,7 +8,7 @@ environment:
tasks:
- build: |
cd farthergate.com
bundle install
bundle install --path vendor/bundle
bundle exec ruby build.rb
- package: |
tar -cvz _build/. > ../site.tar.gz