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 to Amazon Web Services through GitHub Actions

npmnpm
Version
0.0.81
Version published
Weekly downloads
15
36.36%
Maintainers
1
Weekly downloads
 
Created
Source

@ossy/deployment-tools

Collection of scripts and tools to aid deployment of containers and static files to Amazon Web Services through GitHub Actions

Server

start

Starts a node server in the background that polls an deployment queue for container deployment requests. Make sure NodeJs and npm is installed and Docker and Caddy is up and running.

npx @ossy/deployment-tools server start

stop

Stops the deployment-tools systemd service

npx @ossy/deployment-tools server stop

status

Prints the status of the deployment-tools systemd service

npx @ossy/deployment-tools server status

Deployment

deploy

Sends a deployment request to the aws sqs deployment queue.

npx --yes @ossy/deployment-tools deploy \
  --username ${{ github.actor }} \
  --authentication ${{ secrets.GITHUB_TOKEN }} \
  --target-env ${{ github.event.inputs.environmentName }} \
  --platforms packages/infrastructure/bin/deployment-platforms.json \
  --ossyfile packages/${{ github.event.inputs.packageName }}/ossy.json \

The cdk.json file tells the CDK Toolkit how to execute your app.

  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template

FAQs

Package last updated on 10 Apr 2023

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