문제

I have a Rails application that requires some rake tasks to be executed before starting the application. Is the a way to do this when deploying the application with Cloud66?

도움이 되었습니까?

해결책

You can accomplish this by using deploy hooks, which essentially allow you to take action at various points during the deployment process.

Alternatively, you could use the rake task or SSH command add-on to execute a one-off command through the UI.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top