ssh-build-deploy

2.0.2 • Public • Published

ssh-build-deploy

a NPM package to simplify deployment of your build folder.

Getting Started

  1. npm i --save-dev ssh-build-deploy
  2. Create a deploy.config.json file in your project directory.
{
  "host": "ec2-99-99-9999999.us-west-1.compute.amazonaws.com",
  "username": "ubuntu",
  "privateKey": ".secrets/deploy",
  "deployPath": "/var/www"
}
  1. Build your project using npm run build
  2. Then run npx deploy

Readme

Keywords

none

Package Sidebar

Install

npm i ssh-build-deploy

Weekly Downloads

1

Version

2.0.2

License

MIT

Unpacked Size

20.1 kB

Total Files

6

Last publish

Collaborators

  • fivetwentysix