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
Deploy a project with assets built with Webpacker and without sprockets generating anything.
Expected behavior
Deploy succeeds
Actual behavior
Deploy fails because manifest files are missing
DEBUG [a53efae3] cannot access '/home/deploy/appname/releases/20190911225157/public/assets/.sprockets-manifest*'
DEBUG [a53efae3] : No such file or directory
DEBUG [769a050c] cannot access '/home/deploy/appname/releases/20190911225157/public/assets/manifest*.*'
DEBUG [769a050c] : No such file or directory
Hot-Fix
Adding a line to deploy.rb Rake::Task["deploy:assets:backup_manifest"].clear_actions