RailsCasts Pro episodes are now free!

Learn more or hide this

mrJohn's Profile

GitHub User: mrJohn

Comments by

Avatar

Hi Guys,

i don't really understood, how can deploy:setup successfully completed?
Because we can't create symlinks to non existing files.
Only after deploy:cold we get current folder with nginx.conf and unicorn_init.sh files.

ruby
 ** [out :: 172.17.11.10] creating symbolic link `/etc/nginx/sites-enabled/abc' to `/home/rails/apps/abc/current/config/nginx.conf'
 ** [out :: 172.17.11.10] : No such file or directory

Or I don't understand something.