Add Gitea Actions workflow to deploy on push to main
All checks were successful
Deploy to Production / deploy (push) Successful in 3s

This commit is contained in:
2026-04-01 11:29:10 -04:00
parent b746116ede
commit 3e1aefab46

View File

@@ -0,0 +1,13 @@
name: Deploy to Production
on:
push:
branches:
- main
jobs:
deploy:
runs-on: self-hosted
steps:
- name: Deploy to production
run: bash /home/ubuntu/www/deploy.sh