ruby on rails - Capistrano Pointing to Old Release That No Longer Exists -


I changed this question slightly based on changing circumstances. Set: rails_env "production" set: branch, "master" set: keep_releases, 1 set:

App_server, set "ip address": db_server, "ip address" server ap_service ,: app,: web role: db, db_services,: primary = & gt; Set the true set: deploy_to, "/ var / www": user: cool_user set: repository, "git account" set: CMM, "GIT" set: SMM_UN name, "My username" set: scm_passphrase, "password" ssh_options [ : Forward_agent] = 'Deploy: Restart', after 'Deployment: Cleaning' 'Deployed: Update', 'Deployed: Symink' is correct after

When I run Run everything looks fine in the console, not errors. But when I go to the site, it indicates an old release which is no longer present in the server

For example, when I go to the Pricing page, I get this error ...

  Unknown action could not get 'pricing' for direct control controller>  

On any other page, I get this error ... < Pre> template missing template layout / anonymous

I have no address Hi how capistrano point for the latest version. Any help is appreciated! Thank you.

I get this error if I want to reboot the server.

  Spochet :: FileNotFound in Home # Index did not get 'angular' (file) /var/www/releases/20140428003009/app/assets/javascripts/application.js:21)   

Update:

By transferring my angular_js gem to the group and solving the problem in all the groups in my group. Instead of rebooting from the hosting website, I also restarted Apache from within the server, though thanks for all help!

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -