Run outside of a container
This commit is contained in:
parent
06382fd543
commit
5432a4473d
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
shell: |
|
||||
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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue