This is my first site I've were I've tried to use Dokku to deploy a rails app on Digital Ocean.
This is a default Dokku install on a basic Ubuntu VM hosted on Digital Ocean
When I try to run:
dokku domains:add myapp mydomain.com
I get the following error
=====> unsupported vhost config found. disabling vhost support
=====> config:set-norestart is deprecated as of v0.3.22
-----> Setting config vars
NO_VHOST: 1
-----> VHOST support disabled, deleting four-heroes/VHOST
-----> Added mydomain.com to myapp
The last line looks like it may have worked despite the errors. However, when I run:
dokku domains myapp
I get this message.
=====> unsupported vhost config found. disabling vhost support
=====> config:set-norestart is deprecated as of v0.3.22
-----> Setting config vars
NO_VHOST: 1
=====> myapp Domain Names
cat: /home/dokku/myapp/VHOST: No such file or directory
Aside from the Postgresql plugin this is a default Dokku install. The application works well and Im able to access it at the the ip.ad.dr.ess:port combination, and I'm able to SSH to the domain(ssh [email protected]).
I can't figure out where I messed up here.
Any help is appriciated.