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.
アプリケーションを起動する前にいくつかの rake タスクを実行する必要がある Rails アプリケーションがあります。Cloud66 でアプリケーションを展開するときにこれを行う方法はありますか?
これは、展開フックを使用して実現できます。これにより、基本的に、展開プロセス中のさまざまな時点でアクションを実行できます。
または、rake タスクまたはSSH コマンドアドオンを使用して、UI から 1 回限りのコマンドを実行することもできます。