Skip to content

Commit

Permalink
add secrets to cloudflare.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpineda committed Nov 8, 2023
1 parent 657ae9e commit 9edbb0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:

- name: Run build
run: yarn build
env:
VITE_OFFICIAL_PLUGINS_SERVER_URL: ${{ secrets.VITE_OFFICIAL_PLUGINS_SERVER_URL }}
VITE_PLUGINS_RUNTIME_ENTRY_URL: ${{ secrets.VITE_PLUGINS_RUNTIME_ENTRY_URL }}

- name: Publish Titan Reactor
uses: cloudflare/pages-action@1
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ yarn-error.log
.DS_Store
.vscode
dist
release
release

.env.local
.env.production

0 comments on commit 9edbb0f

Please sign in to comment.