add build command
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Владимир Фёдоров 2024-05-19 19:10:02 +07:00
parent 6e4cc2280d
commit 681a67a292
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
.idea
bin

View File

@ -11,3 +11,6 @@ generate:
run:
go run ./cmd/cake_crm/main.go
build:
go build -o bin/cake_crm cmd/cake_crm/main.go