Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abdelwahab committed Jun 11, 2024
1 parent 9ede0d4 commit f4069ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
run: bun install

- run: bun run build --filter=web

- run: |
echo "{\"VITE_API_URL\": \"$VITE_API_URL\"}" > secrets.json

- run: |
echo "{
\"VITE_API_URL\": \"${{ secrets.VITE_API_URL }}\",
Expand Down

0 comments on commit f4069ba

Please sign in to comment.