Titaness
# neurons
summary
#
# ⚠️ ⚠️ ⚠️ ⚠️
#
# Make sure that none of the stages that "Titaness"
# utilizes rely on "Titaness".
#
# 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 Titaness.1 bash;
. /habitat/_controls/build_1.sh
session 2
docker exec -it Titaness.2 bash;
. /habitat/_controls/build_2.sh
off
docker container stop Titaness.1; docker container remove Titaness.1;
find and replace
#
# 1. need to build the "modules_pip"
#
#
#
#
# 2. status check
#
python3 /habitat/venues/stages/Titaness/_status/status.proc.py
git
git push --set-upstream git@gitlab.com:status600/climates/Titaness.git performance
important
python3 /habitat/venues/warehouse/0.7.1_various_simultaneous/start.proc.py
readme
#
# readme health
# This is not 100% successful
# for the purposes of education.
#
python3 /habitat/venues/stages/Titaness/_health_readme/health.move.py
publishing
#
# health
#
python3 /habitat/venues/stages/Titaness/_health/health.move.py
#
# advanced health, this one is broken..
#
#
python3 /habitat/venues/stages/Titaness/_health_advanced/health.move.py
#
# Circle CI
#
#
# git push
#
git tag Titaness.1-2.1.0; git add --all; git commit -m "Titaness";
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