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

DevOps: automated Build & Deploy process required #104

Open
shaunanoordin opened this issue Feb 9, 2023 · 1 comment
Open

DevOps: automated Build & Deploy process required #104

shaunanoordin opened this issue Feb 9, 2023 · 1 comment

Comments

@shaunanoordin
Copy link
Member

DevOps Issue

The Subject Assistant repo current relies on a manual build process (npm run build). This build (changes to the code in /app) then needs to be committed/merged, before the code is automatically deployed to Github Pages.

We need to change this to an automated process to keep it in line with our other frontend repos.

Without an automated build, it's very easy to forget to run the manual build process, and Dependabot updates in particular don't get deployed.

@eatyourgreens
Copy link
Contributor

Here's a workflow that installs dependencies, runs a build then deploys to GH Pages.
https://github.com/zooniverse/iiif-annotations/blob/main/.github/workflows/push_build.yml

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

No branches or pull requests

2 participants