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
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:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user