Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Think about deploying directly with docker #31

@steven-murray

Description

@steven-murray

At the moment, we rebuild the docker image on the server whenever we make updates, which requires having the repo on the server. Perhaps this is the best way to do things, but it might be nice to be able to auto-deploy the docker image from Github, and pull it onto the server with a webhook, and just run the new docker container (without ever downloading the repo).

A mid-way alternative would be to listen to some webhook on merge to master on GitHub (from the server), and just do a git pull and remake the docker instance there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions