Run outside of a container

This commit is contained in:
Aleks Rutins 2025-06-09 22:09:37 -04:00
parent 06382fd543
commit 5432a4473d
No known key found for this signature in database

View file

@ -1,4 +1,5 @@
shell: | shell: |
npm ci npm ci
podman run -it -v .:/site:z -e 'TAILWINDCSS_INSTALL_DIR=/site/node_modules/.bin' quay.io/aspr/phlexite:latest bundle install
TAILWINDCSS_INSTALL_DIR=/site/node_modules/.bin bundle exec ruby build.rb
cp -r _build/* /srv/farthergate.com/ cp -r _build/* /srv/farthergate.com/