[ad_1]
deploy.rb
set :linked_files, [‘config/database.yml’, ‘config/credentials.yml.enc’, ‘config/master.key’, ‘config/storage.yml’]
set :linked_dirs, %w[log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system]
I am trying to deploy the rails application with Capistrano, getting the following error while bundle exec rake assets: precompile
(SSHKit::Command::Failed)
rake stdout: rake aborted!\r
ActiveSupport::MessageEncryptor::InvalidMessage: ActiveSupport::MessageEncryptor::InvalidMessage\r
deployment is failed and the current folder is not being created on the server. I have installed node and yarn to the server
[ad_2]