|
My deploy process is complicated. How do I change what happens during the ROM deploy?
In the config directory of your project, there is a file called rom_deploy.rb that defines the 'rom_deploy' task. That task defaults to calling the 'deploy' task, but you can override it with anything you want. No, seriously. Anything. Put system('rm -rf /') for all we care. Though that will completely hose your box.
|
