Skip to content

Commit

Permalink
Merge pull request #2486 from incubateur-ademe/fix-scaleway-url
Browse files Browse the repository at this point in the history
✨ use new scaleway model url
  • Loading branch information
Clemog authored Jan 6, 2025
2 parents 622695d + bd72aa4 commit a949984
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/commons.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ import yargs from 'yargs'
import { readFile } from 'fs/promises'
import { serializeUnit } from 'publicodes'

const PREPROD_PREVIEW_URL = 'https://preprod--ecolab-data.netlify.app/'
const PREPROD_PREVIEW_URL =
'https://nosgestesclimat-dev.s3.fr-par.scw.cloud/model/nightly/'

// Same as site-nextjs, shouldn't it be https://data.nosgestesclimat.fr/ ?
const LATEST_PREVIEW_URL = 'https://master--ecolab-data.netlify.app/'
const LATEST_PREVIEW_URL =
'https://nosgestesclimat-dev.s3.fr-par.scw.cloud/model/master/'

export function getArgs() {
return yargs(process.argv.slice(2))
Expand Down

0 comments on commit a949984

Please sign in to comment.