server migration
All checks were successful
CI / test (push) Successful in 8m5s
Lint / test (push) Successful in 36s
Trivy / test (push) Successful in 17s

This commit is contained in:
Miguel Jacq 2025-12-31 17:12:21 +11:00
parent f8aab05cb7
commit b192264dbf
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -24,18 +24,18 @@ fi
set +e
sed -i s/version.*$/version\ =\ \"${VERSION}\"/g pyproject.toml
git add pyproject.toml
git commit -m "Bump to ${VERSION}"
git push origin main
#git add pyproject.toml
#git commit -m "Bump to ${VERSION}"
#git push origin main
set -e
# Clean caches etc
filedust -y .
#filedust -y .
# Publish to Pypi
poetry build
poetry publish
#poetry build
#poetry publish
# Make AppImage
sudo apt-get -y install libfuse-dev
@ -100,4 +100,4 @@ rsync -aHPvz --exclude=.git --delete "$REPO_ROOT/" "$REMOTE/"
echo "Done!"
ssh wolverine.mig5.net "echo ${VERSION} | tee /opt/www/mig5.net/bouquin/version.txt"
ssh lupin.mig5.net "echo ${VERSION} | tee /opt/www/mig5.net/bouquin/version.txt"