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 ..