capistrano

    0热度

    2回答

    运行在服务器上,而不是混帐回购协议 我升级狂欢商务部从3.0版本到3.1版本,但忘记从我的本地开发环境上的Git迁移文件检查 我,而不是生成的迁移文件而不是在服务器上;我最终将从开发环境迁移到git,但现在我在部署时遇到了各种各样的问题,因为它试图在表存在时运行迁移。 我想我并不需要迁移,因为它在服务器上运行? 运行在服务器上显示rake db:migrate:status: up 201510

    0热度

    1回答

    我有一个试图通过capistrano安装在服务器上的开发宝石,并且正在失败的b/c我现在指向github。 为什么这个gem试图安装在我的服务器呢? 的Gemfile片段: gem 'capistrano-local-precompile', '~> 1.0', :git => '[email protected]:stve/capistrano-local-precompile.git', :b

    2热度

    1回答

    我试图部署到与capistrano的分段环境。 我已经设置了我的加密秘密并在开发中进行了测试,并且秘密似乎可用。我已经为read_encrypted_secrets = true设置了登台环境配置。我的密钥文件被git忽略。我已将ssh登录到我的临时环境中,并将secrets.yml.key置于app_name/current/config目录中。我正在部署到AWS EC2实例。我没有使用RAIL

    1热度

    1回答

    我有一个使用Capistrano部署的WordPress网站。 前端的作品,但是当我访问可湿性粉剂管理员/页上有我的网址一定的误差, http://www.youthrive.com.au/wp-login.php?redirect_to=http%3A%2F%2Fwww.youthrive.com.au%2Fcurrent%2Ftrunk%2Fwp-admin%2F&reauth=1 我想在UR

    0热度

    1回答

    我在我的服务器上部署我的rails应用程序与puma和capistrano时遇到问题。另外我使用 https://mattbrictson.com/build-and-deploy-a-rails-vps-part-2 作为参考指南 但是当我尝试运行bundle exec cap production deploy 我会收到以下错误信息: The deploy has failed with an

    1热度

    1回答

    我正试图在卡皮斯特拉诺的数字海洋上部署一个Rails应用程序,我有困难时期。我得到这个 00:00 git:check 01 git ls-remote [email protected]:paaggeli/mutetale.git HEAD 01 Permission denied (publickey). 01 fatal: Could not read from

    0热度

    1回答

    我试图部署我的应用whenever宝石使用capistrano 3。 我添加:require "whenever/capistrano"到Capfile,和: set :whenever_identifier, ->{ "#{fetch(:application)}_#{fetch(:stage)}" } 到CONFIG/deploy.rb。 当我部署它,我得到一个错误: 01 bundler:

    0热度

    1回答

    我上运行此任务收到错误: 任务:TOP =>部署:资产:预编译 Error: The deploy has failed with an error: Exception while executing as [email protected]**.**.**.***: rake exit status: 1 这里是我的Capfile: require 'capistrano/setup'

    0热度

    1回答

    引入nokogiri这是我的软件版本: 红宝石:2.2.1 的Rails:4.2.0 Capistrano的:3.8.1 彪马: 3.9.1 这是我Capfile: require "capistrano/setup" require "capistrano/deploy" require "capistrano/scm/git" install_plugin Capistrano::SCM

    0热度

    1回答

    我想部署我的rails应用程序Capistrano。虽然部署它要求输入passphrase for key '/home/gokul/.ssh/id_rsa',但我无法输入密码,因此字符可见并且无法进行身份验证。 deploy.rb # Server server 'xxx.xxx.xxx.xxx', roles: [:web, :app, :db], primary: true # Rep