Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Project Deployment] add deploy-scripts #57

Open
Tracked by #39
psimk opened this issue Apr 26, 2022 · 0 comments
Open
Tracked by #39

[Project Deployment] add deploy-scripts #57

psimk opened this issue Apr 26, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@psimk
Copy link

psimk commented Apr 26, 2022

@pota/deploy-scripts

Commands

  • deploy - runs a script that deploys the project to some remote server

Description

All of the templates duplicate an rsync npm script that uses rsync to deploy the project bundle to some remote server. Some, such as the muban template, even duplicate the script 3 times for custom in/out paths.

This is quite annoying and hectic to manage, those scripts also do not provide any meaningful error message if the user does not have something properly configured (e.g. the config.host field).

The new package would have a deploy command that would execute that same rsync command, but would still allow configuring the in/out paths.


See #39 for context

@psimk psimk added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Apr 26, 2022
@psimk psimk mentioned this issue Apr 26, 2022
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant