DEV Community

Discussion on: Continuously Deploying Angular to Azure Storage with Azure DevOps

Collapse
 
eugeneherasymchuk profile image
Yevhenii Herasymchuk • Edited

Thanks for the series, really useful!
I see a lot of comments under similar articles/StackOverflow about not having JSON structure fetched before. What would you suggest in this case?
From my perspective you could also easily go with Regex tasks in a release pipeline. So your env.prod.ts will have #{token_prod} that will end up being inside bundle.
Interesting to hear your thoughts