From b192264dbf2b3eb7be20f87eec760958b5d160a8 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Wed, 31 Dec 2025 17:12:21 +1100 Subject: [PATCH] server migration --- release.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/release.sh b/release.sh index 6165069..14ecb4e 100755 --- a/release.sh +++ b/release.sh @@ -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"