Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abdelwahab committed Jun 1, 2024
1 parent 49005aa commit 452e13b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
run: bun install

- run: bun run build --filter=web

- run: echo ${{ toJson(secrets) }} > secrets.json

- run: |
echo "{\"VITE_API_URL\": \"$VITE_API_URL\"}" > secrets.json
- name: Upload secrets
uses: cloudflare/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions apps/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ Improvements:




0 comments on commit 452e13b

Please sign in to comment.