Skip to content

Commit

Permalink
🔧 deploy assets on scaleway
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsouche committed Dec 23, 2024
1 parent 85deb84 commit f1c52d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/constants/urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ export const SIMULATION_URL = SERVER_URL + '/simulations/v1'
export const VERIFICATION_CODE_URL = SERVER_URL + '/verification-codes/v1'

export const getPreviewUrl = (PRNumber: string | number) => {
if (PRNumber === 'nightly') {
return `https://preprod--ecolab-data.netlify.app`
}
return `https://deploy-preview-${PRNumber}--ecolab-data.netlify.app`
return `https://nosgestesclimat-dev.s3.fr-par.scw.cloud/model/${PRNumber}`
}

export const HIDE_CTA_PATHS = [
Expand Down

0 comments on commit f1c52d3

Please sign in to comment.