Skip to content

Commit 9edbb0f

Browse files
committed
add secrets to cloudflare.yml
1 parent 657ae9e commit 9edbb0f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/cloudflare.yml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535

3636
- name: Run build
3737
run: yarn build
38+
env:
39+
VITE_OFFICIAL_PLUGINS_SERVER_URL: ${{ secrets.VITE_OFFICIAL_PLUGINS_SERVER_URL }}
40+
VITE_PLUGINS_RUNTIME_ENTRY_URL: ${{ secrets.VITE_PLUGINS_RUNTIME_ENTRY_URL }}
3841

3942
- name: Publish Titan Reactor
4043
uses: cloudflare/pages-action@1

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ yarn-error.log
55
.DS_Store
66
.vscode
77
dist
8-
release
8+
release
9+
10+
.env.local
11+
.env.production

0 commit comments

Comments
 (0)