Skip to content

Commit

Permalink
feat(build): deploy releases on github as well
Browse files Browse the repository at this point in the history
  • Loading branch information
arcln committed Oct 12, 2020
1 parent 4d65004 commit 182ad4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -10,6 +10,8 @@ variables:
test:
stage: test
image: golang:1.15-alpine
except:
- tags
script:
- apk add --update gcc libc-dev
- wget -O /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/3.4.0/yq_linux_amd64"
Expand Down
4 changes: 4 additions & 0 deletions .releaserc.json
Expand Up @@ -5,6 +5,10 @@
[
"@semantic-release/gitlab",
{ "gitlabUrl": "https://gitlab.enix.io" }
],
[
"@semantic-release/github",
{ "repositoryUrl": "https://github.com/enix/x509-exporter.git" }
]
]
}

0 comments on commit 182ad4b

Please sign in to comment.