Add .forgejo/workflows/deploy.yml
This commit is contained in:
parent
2c581dc7c6
commit
abc6a91e46
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/deploy.yml
Normal file
10
.forgejo/workflows/deploy.yml
Normal 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/
|
Loading…
Add table
Add a link
Reference in a new issue