Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Newbies-Workplace/ares

Repository files navigation

Ares - jeteo backend

Features

REST API

  • documentation in near future

GraphQL

  • self documented

Deployment (VPS)

Setup

  1. Copy docker-compose.yaml to selected VPS (home directory)
  2. Change variables inside docker-compose.yaml
  3. Set proper secrets in GitHub environment (see .github/workflows/deploy.yml for reference)

Deploy

  1. Deployments are executed when any tag matching v* regex is pushed
  2. Each deployment must be reviewed by specified reviewers (see GitHub)