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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Preparing your local copy of the component library:
51
51
npm install
52
52
yarn link # now there is a magic symlink in `~/.config/yarn/link` usable by the webstore app
53
53
54
-
And you have to decide how often you want to rebuild the component library:
54
+
If there are changes to the component library, you will need to rebuild in order to get the newest changes. You can either rebuild manually after changes are made, or have the webstore continually "watch" for changes:
# This script wraps up helm deployment. It is meant as a clear starting point for
4
+
# commandline deployment or CI based deployment. It requires the following ENV vars be set
5
+
#
6
+
# CHART_VERSION: this is the version of the hyrax chart you want to deploy. default - 0.22.0
7
+
# DEPLOY_IMAGE: this is the build image that runs the rails application. Typically this would run puma or passenger. eg: samvera/hyrax or ghcr.io/samvera/hyku. Defaults to gcrh.io/samvera/hyku
8
+
# DEPLOY_TAG: name of of the tag you want to deploy for deploy image. eg: "latest" or "v3.0.1" or "f123asdf1". Defaults to latest
9
+
# HELM_EXTRA_ARGS: any additional arguments you'd like passed to helm upgrade directly. can be blank.
0 commit comments