Skip to content

Upload static files #30

@zgulde

Description

@zgulde

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions