Skip to content

Setup Automated Continuous Deployment #11

@DrewMcArthur

Description

@DrewMcArthur

Ideally, when a new push to main happens (or a new release is created), the production server pulls those changes and restarts the server, maybe to a staging.pmsky.social url to check it first, and doing it in a way that minimizes downtime.

problems:

potential solution:

  • setup a deploy key / token on the gitlab repo
  • on GitHub pushes to main, push to gitlab
  • hit server's web hook, which runs a local script to pull updates from gitlab and reboot the app server

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions