From 0fa1a3b630eccc15854c5ac2ecf95c856e22cbb3 Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Wed, 25 Mar 2020 08:13:36 +0300 Subject: ci: preliminary CD with goreleaser (#3173) * chore: ci: preliminary CD support * chore: ci: split release process into its own workflow * chore: ci: cleanup the ci.yml and .goreleaser.yml * chore: ci: unshallowify the clone before searching for the closes tag * chore: tidy up goreleaser config & the release githubaction * chore: add --no-tty to gpg args * chore: more gpg args * chore: try with default gpg args by goreleaser * chore: gpg... * chore: set GPG_TTY * chore: preset gpg conf * Apply suggestions from code review chore: tidy up the .goreleaser.yml Co-Authored-By: Dave Henderson * chore: gpg debugging * chore: set and export the tty for gpg * chore: gpg.. * chore: use the exact same line from goreleaser-action README for singing * chore: remove signing stanzas from ymls * chore: clean up the release action for final submission * quote the arguments of echo Co-Authored-By: Francis Lavoie Co-authored-by: Dave Henderson Co-authored-by: Francis Lavoie --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 16d38e0..d8128f5 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,8 @@ cmd/caddy/caddy.exe # go modules vendor + +# goreleaser artifacts +dist +caddy-build +caddy-dist \ No newline at end of file -- cgit v1.2.3