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

Add GitHub Action to deploy #2206

Draft
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Commits on Nov 28, 2024

  1. Add GitHub Action to deploy

    Today we use GitHub Actions to build and deploy using Jenkins. This
    implements a deployment using GitHub Actions so we use a single
    environment.
    
    The design is to build the website just like we do in CI, but then set
    up SSH for rsync followed by the actual rsync.
    
    It introduces 3 secrets that are intended to be set as environment
    secrets:
    
    * `SSH_PRIVATE_KEY`
    * `SSH_KNOWN_HOSTS`
    * `DEPLOY_TARGET`
    
    Link: https://docs.github.com/en/actions/use-cases-and-examples/deploying/deploying-with-github-actions
    ekohl committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    13edd7d View commit details
    Browse the repository at this point in the history