diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6b5a4c8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "flows"] + path = flows + url = git@gitea-ssh.thoughtpatterns.ai:cellular/flows.git diff --git a/site b/flow similarity index 86% rename from site rename to flow index 057508a..e3594bd 100755 --- a/site +++ b/flow @@ -12,15 +12,10 @@ RESET='\033[0m' # Configuration BUILD_DIRECTORY="build" -# Source the release script GITEA_ORGANIZATION="agreego" GITEA_REPOSITORY="site" -RELEASE_SCRIPT="../../thoughtpatterns/workspace/release.sh" -if [ ! -f "$RELEASE_SCRIPT" ]; then - echo -e "❌ ${RED}Release script not found at $RELEASE_SCRIPT${RESET}" >&2 - exit 1 -fi -source "$RELEASE_SCRIPT" +# Source the release script +source "flows/release" env() { # Check if GITEA_TOKEN is set diff --git a/flows b/flows new file mode 160000 index 0000000..5abd1b1 --- /dev/null +++ b/flows @@ -0,0 +1 @@ +Subproject commit 5abd1b1390ec9cf70dc5bb1fe42e849db2ba7aa2