DEV Community

Discussion on: Continuously Deploying Angular to Azure App Service with Azure DevOps

Collapse
 
alexlvovsky profile image
Alex Lvovsky

Hi, thanks you very much for this post!
I have one question: for example I have several environments (dev, test and prod) and I'm using some 3rd-party services, and for each environment I have different access tokens/secret keys for these 3rd-party services. Currently, in deploy stage I decide which key/token to use and it stored in assets. But the problem that assets is public folder, and it means that every one can see all these keys.
Is there a way to hide them somehow?