ships
on
sesssion 1
docker compose up -d; docker exec -it ships.1 bash
. /habitat/_controls/build_1.sh
sesssion 2
docker exec -it ships.1 bash
. /habitat/_controls/build_2.sh
status
cd /habitat/fields/gardens/ships/_status
python3 status.proc.py
publishing
#
# statuses
#
python3 /habitat/fields/gardens/ships/_status/status.proc.py
#
# git push
#
# if Circle CI is successful, then publish
#
#
# increase version
#
cd /habitat && git add --all; git commit -m "save"; git tag 1.9.0;
git push --tags
#
# poetry auth
#
(cd /habitat && rm -rf dist && poetry build --verbose)
poetry publish --verbose