You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the code for deploy a service image and deploying storybook is duplicated in both frontend and dotclinic repo.
We should extract these workflows into .github repo, so they can be reused.
Also we create a v1 tag on main, once both shared workflows are merged, so we can access them in a versionend and non-breaking way in future.
The text was updated successfully, but these errors were encountered:
cheyer
changed the title
Add deploy-storybook.yml to shared github action workflows
Move deploy-storybook.yml and deploy-servicve-image.yml to shared github action workflows
Nov 11, 2024
Currently the code for deploy a service image and deploying storybook is duplicated in both
frontend
anddotclinic
repo.We should extract these workflows into
.github
repo, so they can be reused.Also we create a
v1
tag on main, once both shared workflows are merged, so we can access them in a versionend and non-breaking way in future.The text was updated successfully, but these errors were encountered: