Skip to content

Proposed deployment workflow #18

@viktorix

Description

@viktorix

In order to simplify things but also keep everything secure and accessible, here's my proposed deployment workflow:

  1. staging is the main working branch, which is synced to the staging website. We use it to test changes.
  2. When you need to test changes in the staging branch, you can SSH into the server and git pull to get the changes.
  3. When everything is ready and needs to be deployed, create a PR to merge staging with production.
  4. At this point git pull in the right directory will sync production branch on the server. production branch is protected.

We may automate step 4 using GitHub Actions to deploy code automatically once changes are made to the production branch. This will expedite the process and can also help reduce access to sensitive server credentials.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions