Updated to get gitea action runner

This commit is contained in:
2026-06-27 12:19:54 -05:00
parent 06ac8d6eca
commit e625dc30ad
5 changed files with 107 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
name: Deploy Company Site
on:
push:
branches: [main]
jobs:
deploy:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy to live site
run: bash scripts/deploy.sh "${{ gitea.workspace }}"