Module: Makitzo::Migrations::Commands
- Included in:
- SSH::Context
- Defined in:
- lib/makitzo/migrations/commands.rb
Instance Method Summary collapse
Instance Method Details
#upload_migration_file(name) ⇒ Object
3 4 5 6 7 |
# File 'lib/makitzo/migrations/commands.rb', line 3 def upload_migration_file(name) target = remote_migration_file(name) scp_upload(local_migration_file(name), target) target end |