feat: implement automated deployment pipeline and add identity management settings screen with account status synchronization
Deploy Backendia / deploy (push) Successful in 3s

This commit is contained in:
streaper2
2026-08-26 09:05:30 +02:00
parent 6e09ea25dd
commit 99abf60b52
3 changed files with 14 additions and 9 deletions
+5
View File
@@ -4,6 +4,11 @@ on:
push:
branches:
- main
paths:
- 'backendia/**'
- 'docker-compose.prod.yml'
- '.gitea/workflows/deploy.yaml'
workflow_dispatch:
jobs:
deploy: