1
SO Deployment: Laconic-dot-com
srw edited this page 2026-04-01 02:56:41 +00:00
https://github.com/LaconicNetwork/laconic.com
Forward local ssh agent to er
ssh erasmus.mgmt.ch2.vaasl.io -A
Manually Update the tag to be used by the SO build
cd ~/cerc/laconic.com
git pull
git tag -a v0.0.4 -m "Update blog email"
git push origin v0.0.4
git checkout tags/v0.0.4
Create a gitea token with only the Package read/write permission, https://git.vdb.to/user/settings/applications Use this token to authenticate via docker before running SO
docker login git.vdb.to -u $BAREMTL_REGISTRY_USER -p $BAREMTL_REGISTRY_TOKEN
Update the container tag in the deployment stack.yml
vi /srv/website/lx-website-20-03-2026/stack.yml
Use SO to build a new container image, push said image, and then update the deployment
laconic-so --stack laconic-dot-com build-containers
laconic-so deployment --dir /srv/website/lx-website-20-03-2026 push-images
laconic-so deployment --dir /srv/website/lx-website-20-03-2026 stop
laconic-so deployment --dir /srv/website/lx-website-20-03-2026 start