Skip to content

Commit 8931690

Browse files
ci: update monitoring pipeline typo
1 parent afcad19 commit 8931690

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CD — Deploy Backend & Database Migration
1+
name: CD — Build, Push, Deploy Backend
22

33
on:
44
push:

.github/workflows/deploy-ollama.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: CD — Deploy Ollama Stack
22

33
on:
44
push:
5-
branches: [ "main", "production" ]
5+
branches: ["main", "production"]
66
paths:
77
- "ollama/**"
8-
- '.github/workflows/deploy-ollama'
9-
- '!**/**/*.md'
8+
- ".github/workflows/deploy-ollama.yml"
9+
- "!**/**/*.md"
1010

1111
workflow_dispatch: # Trigger manual dari GitHub Actions UI
1212

0 commit comments

Comments
 (0)