Skip to content

Commit d7c9fa9

Browse files
committed
chore: Big Unification — attach to BoJ Server / Casket architecture
1 parent 0d6dc56 commit d7c9fa9

File tree

2 files changed

+19
-66
lines changed

2 files changed

+19
-66
lines changed

.github/workflows/boj-build.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: BoJ Server Build Trigger
2+
3+
on:
4+
push:
5+
branches: [ main, master ]
6+
workflow_dispatch:
7+
8+
jobs:
9+
trigger-boj:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v4
14+
15+
- name: Trigger BoJ Server (Casket/ssg-mcp)
16+
run: |
17+
# Send a secure trigger to boj-server to build this repository
18+
curl -X POST "http://boj-server.local:7700/cartridges/ssg-mcp/build" -H "Content-Type: application/json" -d "{\"repo\": \"${{ github.repository }}\", \"branch\": \"${{ github.ref_name }}\", \"engine\": \"casket\"}"
19+
continue-on-error: true

.github/workflows/jekyll.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)