From c46627770568f636d8bee453bfbd8647d3cdd5cd Mon Sep 17 00:00:00 2001 From: Ryan Harg Date: Sat, 6 Jul 2024 16:33:54 +0200 Subject: [PATCH] Update build and deploy script --- build-and-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-and-deploy.sh b/build-and-deploy.sh index 730841a..9a15778 100755 --- a/build-and-deploy.sh +++ b/build-and-deploy.sh @@ -5,4 +5,4 @@ if [ "$#" -ne 1 ]; then exit 1 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/