Skip to content

Commit

Permalink
ci: remove node_env prod
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Nov 3, 2024
1 parent eb671ee commit 742ff70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ jobs:
VITE_PUBLIC_URL: https://propertypraxis.com
VITE_BASE_URL: ""
VITE_TILE_URL_BASE: https://property-praxis-${{ env.DEPLOY_ENV }}-assets.s3.amazonaws.com/tiles
NODE_ENV: production
run: |
npm ci --prefer-offline --no-audit --no-optional
npm run build
Expand Down
1 change: 0 additions & 1 deletion client/src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import "./scss/index.scss"
if (import.meta.env.PROD) {
Sentry.init({
dsn: "https://[email protected]/4506565004754944",
// TODO: Make this smarter
environment: window.location.host === "propertypraxis.org" ? "prod" : "dev",
})
}
Expand Down

0 comments on commit 742ff70

Please sign in to comment.