1
1
Fork 1

Update projects git ref and other monor updates.

This commit is contained in:
Derek Smith 2023-03-09 10:53:00 -05:00
parent bd3acd8ef4
commit 628df90d32
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
3 changed files with 3 additions and 3 deletions

View File

@ -100,4 +100,4 @@ export ROOT_DISK_SIZE_GB=20
export REGISTRY_URL="https://index.docker.io/v1/"
export PRIMARY_DOMAIN=
export TARGET_PROJECT_GIT_COMMIT=fbc6e2b6e50fa2f1a6cbc75d44f1a1e92917a792
export TARGET_PROJECT_GIT_COMMIT=df205cfabf3f2bee31561af1c8b6e036280829e6

@ -1 +1 @@
Subproject commit fbc6e2b6e50fa2f1a6cbc75d44f1a1e92917a792
Subproject commit df205cfabf3f2bee31561af1c8b6e036280829e6

View File

@ -138,7 +138,7 @@ if [ "$ADDED_COMMAND" = true ]; then
fi
# deploy clams wallet.
# As part of the install script, we pull down any other sovereign-stack git repos
PROJECTS_SCRIPTS_REPO_URL="https://git.sovereign-stack.org/ss/project"
PROJECTS_SCRIPTS_PATH="$(pwd)/deployment/project"
if [ ! -d "$PROJECTS_SCRIPTS_PATH" ]; then