Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@ossy/deployment-tools

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ossy/deployment-tools

Collection of scripts and tools to aid deployment of containers and static files

npmnpm
Version
0.0.38
Version published
Weekly downloads
92
318.18%
Maintainers
1
Weekly downloads
 
Created
Source

deployment-tools

Command line toolkit to aid deployment of containers and static files

Getting started

Make sure NodeJs and npm is installed and Docker and Caddy is up and running

npx @ossy-se/deployment-tools start
npx @ossy-se/deployment-tools deploy --ossyfile ./ossy.js

Available commands

CommandDescription
startstarts a node server in the background that exposes a web API on port 3000.
stopstops the server started with start
statusprints the status of the node server
deploymake a deployment, the API needs to be up and running

Configuration

Environment variables

NameDefaultDescription
DEPLOYMENT_TOOLS_DOMAINlocalhostthe domain that containers are deployed to as well as the domain the web api is available on
DEPLOYMENT_TOOLS_SUBDOMAINlocal-dev.cisubdomain of the web api
DEPLOYMENT_TOOLS_PORT3000port of the web api

FAQs

Package last updated on 21 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts