module.exports = shipit => { require('shipit-deploy')(shipit) shipit.initConfig({ default: { deployTo: '/var/www/html', repositoryUrl: 'https://github.com/valaki/valami.git' }, staging: { servers: 'valaki@192.168.5.2' } }) }