mirror of
https://github.com/solero/wand.git
synced 2025-08-09 20:24:07 +00:00
Add snowflake configuration to wand (#34)
* Change url of wns server * Add snowflake submodule * Add snowflake docker deployment * Update submodule * Update submodule * Refactor snowflake compose * Fast-forward snowflake submodule * Add snowflake configuration to `.env` * Set force start for regular game to `False` * Add host & port configuration * Add wns url for language-specific sites * Add snowflake to submodule sync * Add snowflake configuration to install script
This commit is contained in:
1
.github/workflows/submodule-sync.yml
vendored
1
.github/workflows/submodule-sync.yml
vendored
@@ -25,6 +25,7 @@ jobs:
|
||||
git update-index --cacheinfo 160000,$(git ls-remote https://git.solero.me/solero/legacy-media.git/ HEAD | awk '{ print $1}'),legacy-media
|
||||
git update-index --cacheinfo 160000,$(git ls-remote https://github.com/solero/houdini.git/ HEAD | awk '{ print $1}'),houdini
|
||||
git update-index --cacheinfo 160000,$(git ls-remote https://github.com/solero/dash.git/ HEAD | awk '{ print $1}'),dash
|
||||
git update-index --cacheinfo 160000,$(git ls-remote https://github.com/lekuruu/snowflake.git/ HEAD | awk '{ print $1}'),snowflake
|
||||
|
||||
- name: Commit update
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user