From abc6a91e4693e1ae7f3eee468776ed398755c2eb Mon Sep 17 00:00:00 2001 From: asr Date: Tue, 10 Jun 2025 20:56:23 +0000 Subject: [PATCH] Add .forgejo/workflows/deploy.yml --- .forgejo/workflows/deploy.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .forgejo/workflows/deploy.yml diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml new file mode 100644 index 0000000..c339ad6 --- /dev/null +++ b/.forgejo/workflows/deploy.yml @@ -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/ \ No newline at end of file