radicalplatforms / shafa

A wardrobe logging, composition, and organization app
https://shafa.app
Mozilla Public License 2.0
0 stars 0 forks source link

feat: create frontend GitHub actions workflows, added new frontend template #118

Closed rak3rman closed 5 months ago

rak3rman commented 5 months ago

Refactored existing Github Actions workflows to make the purpose of each workflow more clear. Added additional workflows and utils to support stand up and teardown of staging envs for the next frontend. Completely wiped the existing frontend in favor of a next.js template that works nicely with Cloudflare Pages. Closes #96.

github-actions[bot] commented 5 months ago

Pull Request Smart Comments Assignee(s): Mark tasks as they are completed. Code Reviewer(s): Ensure all tasks are complete and follow best standards before approving.

rak3rman commented 5 months ago

Evidence of the Staging Teardown script working on Github Actions runners: https://github.com/radicalplatforms/shafa/actions/runs/8463035681 Didn't end up testing the Production Deploy script since, well, it deploys to production. I feel confident in the code as it is similar to the Next Integration script.