Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 984 Bytes

DEPLOY_ABBREVIATOR.md

File metadata and controls

26 lines (16 loc) · 984 Bytes

Deploy of abbreviator

This is the URL shortener.

Instances

The data is stored in a sqlite db located in a shared NFS drive.

Update & Deploy

  1. Bump the version of the package in the Cargo.toml file of the swisstopo/swissgeol-viewer-app-abbreviator github repository and create a release.

  2. Create a tag starting with int or prod to trigger the GitHub action to build and push a docker image to ghcr.io/swisstopo/swissgeol-viewer-app-abbreviator.

  3. Update version in argocd:

    1. Go to argocd repo

    2. Checkout branch according to environment (dev / int / prod)

    3. Update image version in apps/urlshortener/values.yaml

    4. Trigger sync in argocd dashboard