File tree Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Expand file tree Collapse file tree 4 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1+ [build ]
2+ cmd = " make -s init"
3+ bin = " bin"
4+
Original file line number Diff line number Diff line change 2020# Go workspace file
2121go.work
2222go.work.sum
23+ bin
24+ tmp
2325
2426# Vault
2527vault
2628vault. *
2729* .vt
28- * .bak
29- bin
30+ * .bak
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ENTRYPOINT air
1717# ## BASE DEPLOY
1818FROM base AS base-deploy
1919COPY . .
20- RUN make mainbuild
20+ RUN make build
2121
2222# ## DEPLOY
2323FROM ubuntu:24.04 AS deploy
Original file line number Diff line number Diff line change 1- DISPLAY_NAME := Vault
2- SHORT_NAME := vault
3- VERSION := 1.3.9
1+ DISPLAY_NAME := WireGaurdGenerator
2+ SHORT_NAME := wgg
3+ VERSION := 1.0.0
44
55COMMIT := $(shell git rev-parse --short HEAD)
66BUILD_ARGS := "-X main.Version=$(VERSION ) -X main.Commit=$(COMMIT ) -X main.DisplayName=$(DISPLAY_NAME ) -X main.ShortName=$(SHORT_NAME ) "
6868 @echo " building..."
6969 @make -s build
7070
71+ # # air: starts the go bin in air watch mode
72+ .PHONY : air
73+ air :
74+ @go install github.com/air-verse/air@v1
75+ @air
76+
7177# # dev: starts a dev docker container
7278.PHONY : dev
7379dev :
You can’t perform that action at this time.
0 commit comments