Skip to content

Files

Latest commit

6b69dc6 · Feb 28, 2017

History

History
18 lines (17 loc) · 361 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 361 Bytes

example config deployConfig.js

module.exports = {
  staging: {
    host: '123',
    user: 'ubuntu',
    keyLocation: '/Users/mattia/.ssh/xxx.pem',
    remotePath: '/var/www/techhub.com/splash'
  },
  production: {
    host: '123',
    user: 'ubuntu',
    keyLocation: '/Users/mattia/.ssh/id_rsa',
    remotePath: '/var/www/techhub.com/splash'
  }
}