GitHub Actions
How to use GitHub Actions to deploy the backend
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 Backend
- Manually trigger the workflow
- Wait for the workflow to finish
- Check the logs for any errors
- Confirm that the backend is running at
https://api.rhea.africa