Questions tagged as 'capistrano'

0
answers

What does this git error mean?

I am migrating a server git repository. I'm pulling out of my VPS and moving on to Bitbucket. I took all the branches of the VPS and successfully climbed to the service mentioned. I even added a deployment key so that the staging server can u...
asked by 12.08.2015 / 20:24
0
answers

Problem deploying with capistrano

I'm having a very strange problem with capistrano when deploying to my staging environment. I'm using Ruby 2.0.0 , Rails 4.2.3 and Capistrano 3.4.0 . My environment on the server is ready, however when I give a cap staging deploy , the...
asked by 26.08.2015 / 20:18
1
answer

Deploy with Capistrano

I have to run my rails app on a machine and the DBMS (in this case PostgreSQL) on another server. I configured database.yml as follows: production: <<: *default database: nomedobanco username: username password: senha host: ban...
asked by 29.05.2014 / 00:09
0
answers

rvm1scripts / rvm-auto.sh: not found, but the file exists on the server

I'm using Capistrano to deploy my rails application on an AW2 EC2 server with Ubuntu. When you run the assets: pre-compile command, it returns an error that the /var/www/apps/xxxx/rvm1scripts/rvm-auto.sh file was not found, but accessing the ser...
asked by 19.10.2018 / 20:43
0
answers

Update web project with rails 5 and Capistrano 3

Hello, I would like to know how I could do so that the client when using the web system, could update it by calling a Capistrano command. My architecture is 1 server per client. The idea is for a folder with the updated version to be relea...
asked by 20.02.2018 / 12:37
1
answer

Deploy Ruby on Rails with Capistrano

When running deploy I get the following error: Rack app error: #<RuntimeError: Missing 'secret_token' and 'secret_key_bas' for 'production' environment, set these values in 'config/secrets.yml I have already made the necessary set...
asked by 04.08.2015 / 16:56