hatch-surf/.gitea/workflows/deploy.yml
Chris Anderson 7195896958 Fix Gitea Actions - use exec runner instead of Docker
- Changed runner config to use exec mode (runs on host)
- Updated workflow to use deploy.sh script
- Runner now has direct access to Docker daemon

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-06-24 10:41:14 +02:00

20 lines
294 B
YAML

name: Deploy hatch.surf
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and Deploy
run: |
chmod +x deploy.sh
./deploy.sh