Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 903dad3

Browse files
committed
quick fix in make deploy to execute build before
1 parent 7141621 commit 903dad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build:
77
start: build
88
@./cmd/staticbackend
99

10-
deploy:
10+
deploy: build
1111
@cd cmd && rm -rf staticbackend && CGO_ENABLED=0 go build -o staticbackend
1212
scp cmd/staticbackend sb-poc:/home/dstpierre/sb
1313
scp -qr ./templates/* sb-poc:/home/dstpierre/templates/

0 commit comments

Comments
 (0)