1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00
goreleaser/docs/150-github-enterprise.md

17 lines
339 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
the `.goreleaser.yml` configuration file:
2017-09-26 18:36:29 -03:00
```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.