Skip to content

Commit

Permalink
Setting up goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWeathers committed Apr 3, 2020
1 parent 2be484b commit 25de458
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
.DS_Store
node_modules/
dist/
release/
# how static assets get bundled
*-packr.go
packrd/
Expand Down
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,15 @@ dev-go:
run:
SMTP_SECURE="false" DB_HOST="localhost" APP_DOMAIN=".127.0.0.1" COOKIE_SECURE="false" ./$(BINARY_NAME)

# release:
# $(GORELEASER)
release:
$(GORELEASER)

release-dry:
$(GORELEASER) --skip-publish

release-snapshot:
$(GORELEASER) --snapshot

build-next-image:
docker build ./ -t $(NEXT_DOCKER_TAG)

Expand Down

0 comments on commit 25de458

Please sign in to comment.