-
Notifications
You must be signed in to change notification settings - Fork 9
Releases
Elsie L edited this page Mar 7, 2023
·
2 revisions
There are two main steps to pushing a new release to AWS: migrate the schema and use GitHub automation to deploy to AWS.
To update the Postgres database with new schema, follow these steps:
-
IMPORTANT Check the settings in your
.env
file ofPLANSCAPE_DATABASE_HOST
andPLANSCAPE_DATABASE_PASSWORD
to be sure you are updating the right database. -
From the
src/planscape
directory, run the commandpython manage.py migrate
From the OurPlanscape/Planscape page, click the "Create a new release" link on the right side of the page. This will take you to the release page.
- Click "Choose a tag" and create a new tag.
- Fill in the "Release title" section.
- Click "Generate release notes" to fill in the description.
- For test versions, click "Set as a pre-release".
- Click "Publish release".