Skip to content

Commit

Permalink
Merge pull request #195 from CodeCrowCorp/dev
Browse files Browse the repository at this point in the history
Fix: added routing guards
  • Loading branch information
gagansuie authored Jan 23, 2023
2 parents 18df64a + 6c99c63 commit 08889cf
Show file tree
Hide file tree
Showing 36 changed files with 976 additions and 8,359 deletions.
10 changes: 0 additions & 10 deletions .env.example

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
PUBLIC_WEBSOCKET_URL: ${{ secrets.PUBLIC_WEBSOCKET_URL }}
PUBLIC_X_API_KEY: ${{ secrets.PUBLIC_X_API_KEY }}
PUBLIC_CROSS_ORIGIN: ${{ secrets.PUBLIC_CROSS_ORIGIN }}
PUBLIC_ENV: ${{ secrets.PUBLIC_ENV }}

- name: Convert E2E Report to Coverage Report
run: |
Expand Down Expand Up @@ -88,6 +89,7 @@ jobs:
PUBLIC_WEBSOCKET_URL: ${{ secrets.PUBLIC_WEBSOCKET_URL }}
PUBLIC_X_API_KEY: ${{ secrets.PUBLIC_X_API_KEY }}
PUBLIC_CROSS_ORIGIN: ${{ secrets.PUBLIC_CROSS_ORIGIN }}
PUBLIC_ENV: ${{ secrets.PUBLIC_ENV }}

- name: Publish
uses: cloudflare/wrangler-action@2.0.0
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
PUBLIC_WEBSOCKET_URL: ${{ secrets.PUBLIC_WEBSOCKET_URL }}
PUBLIC_X_API_KEY: ${{ secrets.PUBLIC_X_API_KEY }}
PUBLIC_CROSS_ORIGIN: ${{ secrets.PUBLIC_CROSS_ORIGIN }}
PUBLIC_ENV: ${{ secrets.PUBLIC_ENV }}

- name: Convert E2E Report to Coverage Report
run: |
Expand Down Expand Up @@ -92,6 +93,7 @@ jobs:
PUBLIC_WEBSOCKET_URL: ${{ secrets.PUBLIC_WEBSOCKET_URL }}
PUBLIC_X_API_KEY: ${{ secrets.PUBLIC_X_API_KEY }}
PUBLIC_CROSS_ORIGIN: ${{ secrets.PUBLIC_CROSS_ORIGIN }}
PUBLIC_ENV: ${{ secrets.PUBLIC_ENV }}

- name: Publish
uses: cloudflare/wrangler-action@2.0.0
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ node_modules
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
coverage/
e2eresults.json
e2eresults.json
package-lock.json
src/lib/assets/styles/tailwind-output.css
Loading

0 comments on commit 08889cf

Please sign in to comment.