Skip to content

Commit

Permalink
rm s3 deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
adamweiner authored Nov 30, 2016
1 parent f7b9a7e commit a341f2f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ VERSION = $(shell ./$(BIN) --version | cut -d" " -f 3)

default: fmt deps test build

deploy-to-s3: build
aws s3 cp --sse AES256 $(BIN) s3://$(AWS_S3_ARTIFACTS_BUCKET)/$(CIRCLE_PROJECT_REPONAME)/$(BIN):$(VERSION)

all: build
build: fmt deps
$(GO) build -a -o $(BIN) $(PKG)
Expand Down

0 comments on commit a341f2f

Please sign in to comment.