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

Improve support for adding public keys for deploys #1344

Merged
merged 1 commit into from
Dec 30, 2021

Commits on Dec 29, 2021

  1. Add support for public keys for deploys

    Adding a deploy specific SSH public key to a Trellis server is a common
    task to enable CI/CD deploys (such as GitHub Actions).
    
    This creates a standard folder (`public_keys`) for them. Any public SSH
    keys in that folder (ending in `.pub`) will be automatically added to
    the `web_user` as an authorized key.
    swalkinshaw committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    5b6a295 View commit details
    Browse the repository at this point in the history