You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experimenting with using hostname rather than IP to SSH into host.
User needs ot have avahi-daemon installed though. Also trying to
update the Chef Server with the Deis Controller's 192 range IP so
that rsyslog has the correct IP.
Conflicts:
Berksfile.lock
Gemfile.lock
echo_color "Updating Django site object from 'example.com' to 'deis-controller'..."
101
-
vagrant ssh -c "sudo su deis -c \"psql deis -c \\\"UPDATE django_site SET domain = 'deis-controller.local', name = 'deis-controller.local' WHERE id = 1 \\\"\"">/dev/null
117
+
vagrant ssh -c "sudo su deis -c \"psql deis -c \\\"\
0 commit comments