main #8

Closed
limepotato wants to merge 183 commits from main into blog-drafts
Showing only changes of commit 9ac62fdf89 - Show all commits

View file

@ -9,6 +9,7 @@ if [ "$choice" = "y" ]; then
echo "building backend!" echo "building backend!"
cd backend cd backend
./gradlew shadowJar ./gradlew shadowJar
systemctl restart nelle-observer-api
elif [ "$choice" = "n" ]; then elif [ "$choice" = "n" ]; then
echo "exiting..." echo "exiting..."
elif [ "$choice" = "c" ]; then elif [ "$choice" = "c" ]; then
@ -22,6 +23,7 @@ elif [ "$choice" = "n" ]; then
echo "building backend!" echo "building backend!"
cd backend cd backend
./gradlew shadowJar ./gradlew shadowJar
systemctl restart nelle-observer-api
elif [ "$choice" = "n" ]; then elif [ "$choice" = "n" ]; then
echo "exiting..." echo "exiting..."
elif [ "$choice" = "c" ]; then elif [ "$choice" = "c" ]; then