alexis-opolka / alexis-opolka.github.io

The new website for this account. Will mainly be used as a web portfolio but it will surely grow as time passes.
https://alexis-opolka.dev/
Apache License 2.0
0 stars 0 forks source link

Issue: CI/CD Pipeline crashes when exporting NextJs bundle as static #49

Closed alexis-opolka closed 3 months ago

alexis-opolka commented 1 year ago

The NextJs Deployment workflow crashes when it tries to export the current bundle as static files. We can't "by-pass" it because of the GitHub deployment. GitHub only accepts static serving and as such the bundle should comply with it.

To note, there aren't any issue with the DigitalOcean deployment.

alexis-opolka commented 4 months ago

see #54 for one of the causes of the CI/CD crash

alexis-opolka commented 3 months ago

Closed following #54 decision