Skip to content

Commit

Permalink
redeploy cms and auth
Browse files Browse the repository at this point in the history
  • Loading branch information
CreatedByBdr committed Oct 30, 2023
1 parent f50ff6b commit 0be467e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/netlify-cms-auth.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build and Deploy Netlify CMS Auth

on:
push:
branches:
- migration/cms
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netlify-cms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
projectName: starknet-netlify-cms
directory: workspaces/netlify-cms/dist
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref_name }}
branch: main
2 changes: 1 addition & 1 deletion workspaces/cms-config/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const CMSConfig = {
name: "github-yuki",
repo: "starknet-io/starknet-website",
branch: "dev",
base_url: "https://netlify-cms-auth.yukilabs.workers.dev",
base_url: "https://netlify-cms-auth.haim-6b2.workers.dev",
preview_context: "Vercel – starknet-website",
},
publish_mode: "editorial_workflow",
Expand Down

0 comments on commit 0be467e

Please sign in to comment.