Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deployment workflow and set up next for build static output #16

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

jtmst
Copy link
Contributor

@jtmst jtmst commented Apr 17, 2024

This PR is to set up next to output a static build and prepare github pages for deployment.

Changes:

  • Add deploy.yaml github workflow
  • Configure workflow to deploy every 24 hours or manually triggered via action tab
  • Next config to allow for static build output
  • Minor tweaks to current dynamic routes in [topic]
  • Changed typescript version for compatablity with eslint 5.4.5 -> 5.4.0

QA steps

  • Run yarn build locally and verify that it builds successfully
  • Verify that static files are output to the /out directory
image

Note, pages and actions still need configured, this just lays the groundwork for those workflow files

@jtmst jtmst marked this pull request as ready for review April 17, 2024 20:29
Copy link
Member

@nonprofittechy nonprofittechy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jtmst jtmst merged commit 2e925ba into main Apr 18, 2024
4 checks passed
@samglover samglover deleted the deploy-workflow branch September 20, 2024 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants