This commit is contained in:
wagslane
2023-10-19 17:12:36 -06:00
parent 57e5fde82f
commit ca79850ef1
2 changed files with 4 additions and 0 deletions

View File

@@ -1 +1,3 @@
#!/bin/bash
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o notely

View File

@@ -1,3 +1,5 @@
#!/bin/bash
if [ -f .env ]; then
source .env
fi