Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@korodrogerie/rsync-deployment

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@korodrogerie/rsync-deployment

Deployment script for CWC using rsync

  • 1.4.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 24 Oct 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc