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