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

Deploy to Development workflow #47

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

dpgraham4401
Copy link
Member

@dpgraham4401 dpgraham4401 commented Feb 29, 2024

This new workflow deploys our static website to GitHub Pages on push to the main branch in USEPA/the-manifest-game.

We're using GitHub pages as our development deployment target for the time being so the client (our internal team in this instance) will be able to view and provide feedback.

Description

Issue ticket number and link

closes #44

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

    use build flag in workflow instead of vite config, import tree config in such a way that vite will adjust the url if we deploy to another URL beyond root

    follow deploy to GH pages docs in vite's documentation
    https://vitejs.dev/guide/static-deploy\#github-pages
@github-actions github-actions bot added the CI/CD continuous integration/continuous deployment label Feb 29, 2024
@dpgraham4401 dpgraham4401 merged commit f54b902 into USEPA:main Feb 29, 2024
6 checks passed
@dpgraham4401 dpgraham4401 deleted the dev_deployment_workflow branch February 29, 2024 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD continuous integration/continuous deployment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Development Deployment
1 participant