Skip to main content

GitHub Actions Guide

The system is deployed using GitHub Actions.

Steps to follow

  1. Update the env variables in the .prod.env file if they have changed
sops --encrypt --age '<public-key>' .prod.env > secret.env
  1. Commit the changes
git add secret.env
git commit -m "Your update message"
git push
  1. Go to Github > Repository > Actions > Deploy Rhea Frontend
  2. Manually trigger the workflow
  3. Wait for the workflow to finish
  4. Check the logs for any errors
  5. Confirm that the frontend is running at https://rhea.africa