forked from cerc-io/stack-orchestrator
Support for git hosts other than github (#407)
* Update repository list file * Add host part to repo name * Allow git hosts other than github
This commit is contained in:
@@ -11,7 +11,7 @@ This deployment expects that ipld-eth-server's endpoints are available on the lo
|
||||
## Clone required repositories
|
||||
|
||||
```
|
||||
$ laconic-so setup-repositories --include cerc-io/watcher-ts
|
||||
$ laconic-so setup-repositories --include github.com/cerc-io/watcher-ts
|
||||
```
|
||||
|
||||
## Build the watcher container
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: "1.0"
|
||||
name: mobymask-watcher
|
||||
repos:
|
||||
- cerc-io/watcher-ts/v0.2.19
|
||||
- github.com/cerc-io/watcher-ts/v0.2.19
|
||||
containers:
|
||||
- cerc/watcher-mobymask
|
||||
pods:
|
||||
|
||||
Reference in New Issue
Block a user