davidjameshowell / vaultwarden_heroku

Vaultwarden (Bitwarden Rust implementation) self hosted in Heroku for Free!
95 stars 175 forks source link

A way to deploy to EU region #13

Closed kibeb closed 3 years ago

kibeb commented 3 years ago

I'm new to docker and Heroku, but was able to deploy Bitwarden using bitwarden_rs_heroku and it's running great, thank you. The thing was, I wanted to deploy to Europe, so I first added this quick and dirty hack -- and it worked. ;-)

_And now I see David's objections/concerns in PR #8 to using secret values only to find out I don't really understand how HEROKU_VERIFIED could possibly work without ${{ secrets.HEROKU_VERIFIED }} in deploy.yml, so I'll keep this just a Draft for the time being._

Deployment: More options

davidjameshowell commented 3 years ago

Can you link to a run with this enabled? Additionally, can you verify if you do not need to specify region parameters when calling the apps from the command line. I assume apps are listed globally and is only needed in the deploy workflow.

axlroden commented 3 years ago

when creating an app you just put --region=eu fx, only time it needs to be run.

davidjameshowell commented 3 years ago

Seems benign enough and cross functional enough.