deploy-versioning

1.0.3 • Public • Published

deploy-versioning

Deploy your code keeping older versions.

Install

npm install deploy-versioning --save-dev

Usage

Just add a script in your package.json:

{
    ...
    "scripts": {
        "deploy": "deploy-versioning dist user@host:/srv/myapp"
    }
    ...
}

And run it:

npm run deploy

It will create the following file structure in your production server:

/srv/myapp
+-- 1.0.0
+-- 1.0.1
+-- 1.0.2
+-- latest -> /srv/myapp/1.0.2

Changelog

  • 1.0.0
    • Initial release 🎉

License

ISC License

Readme

Keywords

none

Package Sidebar

Install

npm i deploy-versioning

Weekly Downloads

3

Version

1.0.3

License

ISC

Last publish

Collaborators

  • educastellano