deity

# neurons

summary

# # ⚠️ ⚠️ ⚠️ ⚠️ # # Make sure that none of the stages that "deity" # utilizes rely on "deity". # # For the sake of sanity, please keep the "reliability, testing, etc." # structure as a "tree, hierarchy, etc." etc. with no coodependencies. #

on

session 1

docker compose up -d; docker exec -it deity.1 bash; . /habitat/_controls/build_1.sh

session 2

docker exec -it deity.2 bash; . /habitat/_controls/build_2.sh

off

docker container stop deity.1; docker container remove deity.1;

find and replace

# # 1. need to build the "modules_pip" # # # # # 2. status check # python3 /habitat/venues/stages/deity/_status/status.proc.py

git

git push --set-upstream git@gitlab.com:status600/climates/deity.git performance

important

python3 /habitat/venues/warehouse/0.7.1_various_simultaneous/start.proc.py

publishing

# # licenses # python3 -m venv /deity/venues/warehouse/license_venv source /deity/venues/warehouse/license_venv/bin/activate # # statuses # python3 /habitat/venues/stages/deity/_status/status.proc.py # # Circle CI # # # git push # git tag deity.1-1.1.0 git add --all; git commit -m "deity"; git push --tags # # increase version # # # poetry auth # (pip install poetry && cd /habitat && rm -rf dist && poetry build --format sdist --verbose && chmod -R 777 /habitat) poetry publish --verbose;

important

poetry show --tree