Skip to content

Commit

Permalink
Makefile: GPG_PRIVATE_KEY -> GPG_PRIVATE_KEY_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
blockloop committed Jun 6, 2019
1 parent 830ede5 commit a3b41f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,5 @@ deploy: .id_rsa sonar-agent.key
ifndef release
$(error Usage: make deploy release=(unstable|beta|stable))
endif
@RSYNC_KEY_FILE=$(CURDIR)/.id_rsa GPG_PRIVATE_KEY=$(CURDIR)/sonar-agent.key ./scripts/deploy.sh $(release)
@RSYNC_KEY_FILE=$(CURDIR)/.id_rsa GPG_PRIVATE_KEY_FILE=$(CURDIR)/sonar-agent.key ./scripts/deploy.sh $(release)

0 comments on commit a3b41f6

Please sign in to comment.