1. You can pull config from Dash to wrangler.toml by using: `wrangler pages download config` 2. You

  1. You can pull config from Dash to wrangler.toml by using: wrangler pages download config
  2. You can push wrangler.toml to Dash by either running
    wrangler pages deploy
    (uses your git branch for context, so if you are not on production branch, it wont push production variables) or by pushing your code to GitHub.
    2b. If your wrangler.toml is bad, the push will fail. In your case, you probably might have some missconfiguration in wrangler.toml, that's why it isn't updating.
Was this page helpful?