- created scripts folder

- add file mover script for deployments
This commit is contained in:
2025-02-26 15:47:29 -06:00
parent 824f6dca93
commit 960481c19e
2 changed files with 88 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -e
cd src/
bun run build
templ generate
go build -o mmaschedule && mv mmaschedule ../