UNPKG

atm-command-generate

Version:
21 lines (20 loc) 444 B
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;