ci: add gitea actions workflow
Some checks failed
Deploy to Production / deploy (push) Has been cancelled

This commit is contained in:
2026-02-12 21:10:46 +01:00
parent d8faa308e6
commit 988c4a899b

View File

@@ -0,0 +1,18 @@
name: Deploy to Production
run-name: Deploy to Production by @${{ github.actor }}
on:
push:
branches:
- main
jobs:
deploy:
runs-on: self-hosted
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build and deploy with Docker Compose
run: |
docker compose up -d --build