summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMohammed Al Sahaf <msaa1990@gmail.com>2020-03-25 08:13:36 +0300
committerGitHub <noreply@github.com>2020-03-24 23:13:36 -0600
commit0fa1a3b630eccc15854c5ac2ecf95c856e22cbb3 (patch)
treee9f52a01cb368b4b30cd662926992cb0fb91c698 /.gitignore
parent169883868503c809c9ac9c8c1fe93c7deff9cd2e (diff)
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 <dhenderson@gmail.com> * 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 <lavofr@gmail.com> Co-authored-by: Dave Henderson <dhenderson@gmail.com> Co-authored-by: Francis Lavoie <lavofr@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
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