Skip to content

bcw-patrick/ssh-build-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •