Deploy an app twice on the IC (Staging env)

Thanks for the quick response, my dfx.json has this

"networks": {
    "dev": {
      "providers": [
        "https://ic0.app/"
      ],
      "type": "persistent"
    }
  }