h4-projekt-gruppe-0-sm/deploy/pull_and_build.sh
2025-03-07 12:23:13 +01:00

10 lines
74 B
Bash
Executable File

#!/bin/sh
git pull --rebase
cd backend
make clean
make RELEASE=1
cd ..