This PR adds a github actions workflow for deploying new revisions of the registry on pushes to main. This means updating the new registry will continue to be as simple as landing a PR in this repo, but it should only take as long as the docker container takes to build to see the updates live :) For now, updates go to dev for manual inspection, but once we're confident in the build process they'll go straight to main as well.
7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
.terraform*
|
|
node_modules
|
|
*.tfstate
|
|
*.tfstate.lock.info
|
|
|
|
# Ignore generated credentials from google-github-actions/auth
|
|
gha-creds-*.json |