Update build and deploy script

This commit is contained in:
Ryan Harg 2024-07-06 16:33:54 +02:00
parent 5306a40503
commit c466277705

View file

@ -5,4 +5,4 @@ if [ "$#" -ne 1 ]; then
exit 1 exit 1
fi fi
./gradlew clean build jibBuildTar && scp app/build/github-release-bot.tar "$1":~/github-release-bot/ ./gradlew clean build jibBuildTar && scp app/build/github-release-bot.tar "$1":/opt/stacks/github-release-bot/