Skip to content

Commit

Permalink
Write google credentials to filesystem before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Piccirello committed Nov 8, 2019
1 parent 6ff306e commit 681971b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@
bin/
dist/
cli

# credentials
google.json
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ project_name: cli
before:
hooks:
- go mod tidy
- echo $(doppler secrets get GOOGLE_APPLICATION_CREDENTIALS_CONTENT --plain) > $(doppler secrets get GOOGLE_APPLICATION_CREDENTIALS --plain)

builds:
-
Expand Down

0 comments on commit 681971b

Please sign in to comment.