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
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.
Or I don't understand something.