-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update osmosis frontend stack to serve app
- Loading branch information
Showing
3 changed files
with
104 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
version: "0.1" | ||
name: osmosis | ||
repos: | ||
# these are for gitea | ||
# For gitea | ||
- git.vdb.to/cerc-io/hosting@names-for-so | ||
- gitea.com/gitea/act_runner | ||
# add the osmosis FE | ||
# For osmosis frontend | ||
- github.com/osmosis-labs/osmosis-frontend | ||
containers: | ||
- cerc/act-runner | ||
- cerc/act-runner-task-executor | ||
# note: osmosis builds but doesn't run | ||
- cerc/osmosis-front-end | ||
pods: | ||
- name: gitea | ||
repository: cerc-io/hosting | ||
path: gitea | ||
pre_start_command: "run-this-first.sh" | ||
post_start_command: "initialize-gitea.sh" | ||
# todo, e.g., mirroring all of osmosis repos: https://git.vdb.to/cerc-io/hosting/pulls/42 | ||
- name: act-runner | ||
repository: cerc-io/hosting | ||
path: act-runner | ||
pre_start_command: "pre_start.sh" | ||
post_start_command: "post_start.sh" | ||
- osmosis-front-end | ||
- kubo | ||
# TODO: Fix pod config for deployment command | ||
# TODO: mirroring all of osmosis repos: https://git.vdb.to/cerc-io/hosting/pulls/42 | ||
# - name: gitea | ||
# repository: cerc-io/hosting | ||
# path: gitea | ||
# pre_start_command: "run-this-first.sh" | ||
# post_start_command: "initialize-gitea.sh" | ||
# - name: act-runner | ||
# repository: cerc-io/hosting | ||
# path: act-runner | ||
# pre_start_command: "pre_start.sh" | ||
# post_start_command: "post_start.sh" |