Skip to content

Commit e8313ec

Browse files
committed
chore: rename scenario
1 parent d1b5631 commit e8313ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master.yml renamed to .github/workflows/deploy-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Master Deployment
1+
name: Deploy 10xRules (Production)
22

33
on:
44
workflow_dispatch:
@@ -115,5 +115,5 @@ jobs:
115115
with:
116116
apiToken: ${{ secrets.CLOUDFLARE_WORKER_TOKEN }}
117117
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
118-
workingDirectory: "./mcp-server"
118+
workingDirectory: './mcp-server'
119119
command: deploy

0 commit comments

Comments
 (0)