- created scripts folder
- add file mover script for deployments
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
cd src/
|
||||
bun run build
|
||||
templ generate
|
||||
go build -o mmaschedule && mv mmaschedule ../
|
||||
Reference in New Issue
Block a user