You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a customizable script that takes in arguments that a user provides is something I feel is a necessary component of ferry that does not yet exist. With the current $ ferry -init command we create a base file ferry.rake in the tasks directory of the developers Rails app. While this provides some value, it's not very impactful. Digging into how capistrano allows users to configure their deploys in a deploy.rb file is going to be a starting point for us as we look to develop a way to provide our own equivalent of deploy.rb for data migrations and manipulations.
The text was updated successfully, but these errors were encountered:
Creating a customizable script that takes in arguments that a user provides is something I feel is a necessary component of ferry that does not yet exist. With the current
$ ferry -init
command we create a base fileferry.rake
in the tasks directory of the developers Rails app. While this provides some value, it's not very impactful. Digging into how capistrano allows users to configure their deploys in adeploy.rb
file is going to be a starting point for us as we look to develop a way to provide our own equivalent ofdeploy.rb
for data migrations and manipulations.The text was updated successfully, but these errors were encountered: