feat: add workflow_dispatch trigger for manual VPS deployment
Build & Deploy / Build & Push Docker Image (push) Failing after 32s
Build & Deploy / Deploy to VPS (push) Has been skipped
Test / API Unit Tests (push) Failing after 28s
Test / Marketplace Unit Tests (push) Failing after 37s
Test / Admin Unit Tests (push) Failing after 30s
Test / Dashboard Unit Tests (push) Failing after 32s
Test / API Integration Tests (push) Failing after 33s

This commit is contained in:
root
2026-06-20 18:39:31 -04:00
parent 95accb780d
commit e02c811ffd
+1
View File
@@ -3,6 +3,7 @@ name: Build & Deploy
on: on:
push: push:
branches: [develop] branches: [develop]
workflow_dispatch:
concurrency: concurrency:
group: build-${{ gitea.ref }} group: build-${{ gitea.ref }}