Update

To update or upgrade PostOwl you will need to get the latest release from GitHub and deploy the changes.

Updating a fly.io deployment

To update to a new version on fly.io:

  1. Pull the latest changes from GitHub to your local copy of the repo (you can pull a release or the main branch if you want to get the very latest changes).
  2. Run fly deploy

Changing your password

If you need to change your password, edit .env.production with a new password and run fly deploy again.