farthergate.com/.forgejo/workflows/deploy.yml
Workflow config file is invalid. Please check your config file: yaml: line 7: could not find expected ':'

10 lines
No EOL
268 B
YAML

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/