wmluke / dokku-domains-plugin

Dokku plugin to create nginx vhost with multiple domains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't survive rebuild

darkpixel opened this issue · comments

If I issue the command:

domains:set myapp myapp.com www.myapp.com

I am able to access the app correctly at myapp.com, www.myapp.com and the default myapp.apphost.mydomain.com (the wildcard domain pointed at the dokku server)

If I issue the command:

rebuild myapp

The app rebuilds, and I am only able to access the site through myapp.apphost.mydomain.com, requiring me to re-run the domains:set command

The domain settings also don't appear to survive a 'git push'

Interesting. What version dokku-domains-plugin are you running? This should have been resolved in v0.1.1 in the fix for #1.

Yup--somehow git was in a detached HEAD. Checking out master fixed it. Sorry for the noise.