Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cap deploy タスクの前提条件として cap deploy:setup を追加したいと思います。どうすればいいですか。
次の行を deploy.rb に追加します
before 'deploy:update', 'deploy:setup'