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
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
uploadsubcommand, or could be as complicated as a new command.E.g. this would work without any changes to cods:
But maybe it would be nice to be able to do something like: