1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00
goreleaser/docs/150-github-enterprise.md

17 lines
338 B
Markdown
Raw Normal View History

2017-09-26 18:36:29 -03:00
---
title: GitHub Enterprise
2017-09-26 18:36:29 -03:00
---
You can use GoReleaser with GitHub Enterprise by providing its URLs in
2017-09-26 18:36:29 -03:00
the `.goreleaer.yml` configuration file:
```yaml
# .goreleaser.yml
github_urls:
api: api.github.foo.bar
upload: uploads.github.foo.bar
download: github.foo.bar
```
If none are set, they default to GitHub's public URLs.