GitHub Actions and Deployment of Updates
The Moped API is only used for authentication. It is no longer used to handle activity events
Deployment of code updates are handled through GitHub Actions.
Moped API /events/
route
/events/
routeUpdates to the Moped API code are handled by:
Which uses this bash helper script https://github.com/cityofaustin/atd-moped/blob/main/.github/workflows/aws-moped-api-helper.sh
API updates are deployed by Zappa with the zappa update command
Last updated