1.4.2 • Published 7 months ago

@korodrogerie/rsync-deployment v1.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Rsync Deployment script

npm node-current (scoped) License: MIT

Usage

The CLI script is meant to be run using npx:

npx @korodrogerie/rsync-deployment .

The script is taking one option which is the path which should be deployed.

Additionally you can enable debugging output of the script using the flag -vvv similar to Symfony's console application.

npx @korodrogerie/rsync-deployment . -vvv

Additionally to the debug parameter -vvv you can enable debug output using the env variable DEBUG=* too. It uses the NPM package debug which gives you additional output.

Further information

The script is doing two things. It uses rsync to sync the latest changes files to the different app nodes. Additionally it clears the cache of the app node after the sync is done.

To clear the cache we're renaming the cache directory first, delete it and create a new cache directory.

License

Licensed under MIT

Copyright (c) 2020-present Koro Handels GmbH

1.4.2

7 months ago

1.4.1

11 months ago

1.4.0

12 months ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.1

2 years ago

1.0.0-alpha.6

2 years ago

1.0.0

2 years ago

1.0.0-alpha.5

2 years ago

1.0.0-alpha.4

2 years ago

1.0.0-alpha.3

2 years ago

1.0.0-alpha.2

2 years ago

1.0.0-alpha.1

2 years ago

1.0.0-alpha.0

2 years ago