FormulaMonks / universal-wallet

Dirua is a universal crypto wallet: https://dirua.exchange
MIT License
8 stars 2 forks source link

Webapp environments and deploy scripts #10

Closed AquiGorka closed 6 years ago

AquiGorka commented 6 years ago

Currently deploying to: https://universal-wallet.surge.sh

Need to define dev, staging and prod URLs.

Maybe:

Current deploy script has URL hardcoded: https://github.com/citrusbyte/universal-wallet/blob/master/packages/webapp/scripts/deploy.sh Would be nice to have deploy scripts for the different envs, maybe using an env var and scripts that set the var and then run the deploy script.