Add .forgejo/workflows/deploy.yml

This commit is contained in:
Aleks Rutins 2025-06-10 20:56:23 +00:00
parent 2c581dc7c6
commit abc6a91e46

View file

@ -0,0 +1,10 @@
on: [push]
jobs:
deploy:
runs-on: selfhosted
steps:
- run: |
npm ci
bundle install
TAILWINDCSS_INSTALL_DIR=node_modules/.bin bundle exec ruby build.rb
cp -rf _build/* /srv/farthergate.com/