Files
HOALedgerIQ_Website/.gitea/workflows/deploy.yml
JoeBot 3e1aefab46
All checks were successful
Deploy to Production / deploy (push) Successful in 3s
Add Gitea Actions workflow to deploy on push to main
2026-04-01 11:29:10 -04:00

14 lines
200 B
YAML

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