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