Skip to content

Commit

Permalink
feat: export
Browse files Browse the repository at this point in the history
  • Loading branch information
Azhovan committed Feb 3, 2023
1 parent 1839743 commit 9b799ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ release: PUBLISHED_URL = https://downloads.d2iq.com/dkp/$(GIT_TAG)/$(ARCHIVE_NAM
release: install-tool.awscli
git archive --format "tar.gz" -o $(ARCHIVE_NAME) \
$(GIT_TAG) -- \
common services
common services charts
aws s3 cp --acl $(S3_ACL) $(ARCHIVE_NAME) s3://$(S3_BUCKET)/$(S3_PATH)/
echo "Published to $(PUBLISHED_URL)"
ifeq (,$(findstring dev,$(GIT_TAG)))
Expand Down

0 comments on commit 9b799ed

Please sign in to comment.