fractal-code / meteor-azure

Automate Meteor deployments on Azure App Service
MIT License
68 stars 20 forks source link

Clear password #38

Closed jycouet closed 7 years ago

jycouet commented 7 years ago

Sorry, I have another question, you store and commit in your source code deploymentCreds.password ? Is there a way to avoid it?

ramijarrar commented 7 years ago

If you prefer, you can load the config file from any path on your machine.

Ideally though, you should be storing it in your source code with encryption. Depending on your VCS, there are many tools that facilitate this (e.g we use transcrypt for Git).