-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Use Case:
I have a bunch of static files on my laptop that I want to deploy to my public url. I don't want to build on the server because the build process takes too long, the environment setup is too tricky, or I'm just too lazy.
This could be a simple as more documentation around the upload subcommand, or could be as complicated as a new command.
E.g. this would work without any changes to cods:
myserver upload -f build/* -d /srv/example.com/public/
But maybe it would be nice to be able to do something like:
myserver site upload -d example.com -f build
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request