atm-command-generate
Version:
atm-command-generate
21 lines (20 loc) • 444 B
JavaScript
var settings = {
port: '{{$port}}',
destinations: {},
projectName: '{{$projectName}}'
};
//settings.destinations.remote = {
// buildCommand: 'atm release remote -cu',
// domain: '**',
// deployType: 'scp',
// scpOpt: {
// force: false,
// dest: '**',
// auth: {
// host: '**',
// username: '**',
// password: '**'
// }
// }
//};
module.exports = settings;