feature/ci-cd #1

Merged
homeburger merged 53 commits from feature/ci-cd into main 2026-02-28 23:04:37 -06:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 51766a0a5b - Show all commits

View File

@@ -1,7 +1,7 @@
name: Build and Deploy API
run-name: "${CI_COMMIT_REF_NAME}: Deploy API"
run-name: "${{ gitea.event.head_commit.message }}: Deploy API"
on:
push:

View File

@@ -1,7 +1,7 @@
name: Build and Deploy Frontend
run-name: "${CI_COMMIT_REF_NAME}: Deploy Client"
run-name: "${{ gitea.event.head_commit.message }}: Deploy Client"
on:
push: