Skip to content

Commit

Permalink
udpate CI + web test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-abdelwahab committed Jun 1, 2024
1 parent c673bcd commit dd41a8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
apiToken: $CLOUDFLARE_API_TOKEN
preCommands: echo ${{ (toJson(secrets)) }} > secrets.json
command: wrangler pages secret bulk ./secrets.json
command: wrangler pages secret bulk secrets.json

- name: Deploy
uses: AdrianGonz97/refined-cf-pages-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
preCommands: echo ${{ secrets }} > secrets.json
command: wrangler pages secret bulk ./secrets.json
command: wrangler pages secret bulk secrets.json


- name: Deploy
Expand Down
3 changes: 2 additions & 1 deletion apps/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@

Improvements:
- provision postgres based on the user's location
- Refactor the code
- Refactor the code

0 comments on commit dd41a8b

Please sign in to comment.