UNPKG

octopus-deploy

Version:

Node scripts to package up applications, create releases, and deploy with Octopus Deploy. This package leverages the Octopus Deploy REST API in order to deploy from Windows and non-Windows machines.

10 lines (7 loc) 166 B
'use strict' const api = require('./lib/api') const { setApiConfig } = require('./lib/utils') module.exports = { initializeApi: setApiConfig, octopusApi: api }