Skip to main content

GitHub Actions

How to use GitHub Actions to deploy the backend

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 Backend
  2. Manually trigger the workflow
  3. Wait for the workflow to finish
  4. Check the logs for any errors
  5. Confirm that the backend is running at https://api.rhea.africa