Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
2026-08-23 22:14:38 +08:00
parent 0013c22523
commit 4eed815729
2 changed files with 26 additions and 776 deletions
+18
View File
@@ -0,0 +1,18 @@
name: Deploy to Cloudflare
on:
push:
branches: [qas]
workflow_dispatch: {}
jobs:
deploy:
# Runner lives on the same home machine (ux) that Cloudflare Tunnel
# already points at — no WireGuard/SSH hop needed like the droplet
# workflow, the runner IS the target.
runs-on: [self-hosted, ux]
steps:
- uses: actions/checkout@v4
- name: Rebuild and restart backend
run: docker compose up -d --build backend