Debugged connection.

This commit is contained in:
Andrey Egorov
2024-07-23 17:26:24 +03:00
parent 6b8284ee47
commit a5d216ffc9
5 changed files with 22 additions and 12 deletions

View File

@ -1,8 +1,8 @@
build:
@go build -o ./out/annalist.exe main.go
#run: build
# @./out/annalist.exe
docker compose build
run: build
docker compose up
#linux:
# @$Env:GOOS="linux"; $Env:GOARCH="arm"; $Env:GOARM=5
@ -14,4 +14,4 @@ push:
git status
git add -A
git commit -m "Transfer."
git push origin master
git push origin master