My app has secret ENV vars that get pulled in during npm run build
. They cannot be committed to GitHub, which is what Ionic Deploy is watching to build the app. However I can’t see any way to set ENV vars in the Ionic Deploy build environment. How do you recommend dealing with this scenario without compromising app secrets?