Skip to content

Commit

Permalink
ci(deployment-test/cf-workers): update worker url (remix-run#4583)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansh authored and MichaelDeBoey committed Nov 17, 2022
1 parent 4aa615f commit 9809fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deployment-test/cf-workers.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async function createAndDeployApp() {
let wranglerToml = toml.parse(wranglerTomlContent);
wranglerToml.name = APP_NAME;
await fse.writeFile(wranglerTomlPath, toml.stringify(wranglerToml));
let url = `https://${APP_NAME}.remix--run.workers.dev`;
let url = `https://${APP_NAME}.remixrun.workers.dev`;
console.log(`worker url: ${url}`);

spawnSync("npx", ["wrangler", "--version"], spawnOpts);
Expand Down

0 comments on commit 9809fbb

Please sign in to comment.