Skip to content

Commit

Permalink
makefile and cr setup
Browse files Browse the repository at this point in the history
  • Loading branch information
weyrick committed Sep 9, 2021
1 parent d7198d6 commit 162f2c4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.deploy
.idea

17 changes: 17 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
all:
echo "package, upload, index. deploy will do all."

deploy: package upload index
echo "done"

package:
git checkout main
helm package charts/orb -u --destination .deploy

upload:
git checkout main
cr upload --config cr-config.yaml

index:
git checkout gh-pages
cr index -i ./index.yaml --config cr-config.yaml
3 changes: 3 additions & 0 deletions cr-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
owner: ns1labs
git-repo: orb-heml
package-path: .deploy

0 comments on commit 162f2c4

Please sign in to comment.