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/