auto-deploy-cli.js 108 B

12345
  1. #!/usr/bin/env node
  2. const Deploy = require('../src/index.js')
  3. const deploy = new Deploy()
  4. deploy.run()