DMASCoreDeclan / PRD-PP4-Blog

Blogstar for PP4
0 stars 1 forks source link

Developer User Story: Create Heroku App #6

Closed DMASCoreDeclan closed 9 months ago

DMASCoreDeclan commented 9 months ago

As a Developer I can deploy my app globally so that users can use and contribute to the sites contents

https://learn.codeinstitute.net/courses/course-v1:CodeInstitute+FSD101_WTS+2023_Q3/courseware/16383559f48c4ae4a69e9e9149914729/00d6fcc7568c48dea6eb2f89ee0d0a3a/?child=first

Acceptance criteria 1 Gitpod code behaves the same on Heroku without errors

DMASCoreDeclan commented 9 months ago

While this is an ongoing test, fundamentally this is now complete in that, Gitpod and Heroku both write to the same DB, changes made by Gitpod are visible in Heroku when the code is pushed and synced. DB content changes in Heroku are immediately visible in Gitpod.

Every code push will require a quick check to ensure that the code changes in gitpod work as expected, but this task is closed from a SETUP perspective.