Skip to content

Deploying

Rechner Fox edited this page Mar 4, 2026 · 3 revisions

Github actions

Deploying the Furthemore instance of APIS is handled via this Github Actions pipeline. Other events with code forks may find it useful to configure their deployment on a VPS or remote VM in a similar manner.

The action takes the following steps:

  • Builds a docker container and tags that image according to the environment (production, staging)
  • SSH into the server to pull and recreate the backend containers.

Clone this wiki locally