diff options
author | Francis Lavoie <[email protected]> | 2020-12-30 12:54:58 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-30 10:54:58 -0700 |
commit | 79f3af99275447058951bc27fc45b669868dde7e (patch) | |
tree | 869899570d01be589c3fab64bc46c5fa018b2ad2 /README.md | |
parent | d8bcf5be4e0f548c7beeaca36c8a134e32418dc8 (diff) | |
download | caddy-79f3af99275447058951bc27fc45b669868dde7e.tar.gz caddy-79f3af99275447058951bc27fc45b669868dde7e.zip |
ci: Add pushing to cloudsmith (#3941)
* ci: Add pushing to cloudsmith
* ci: Update comments, remove env TODO
* ci: Fix Cloudsmith installation by setting PATH
* docs: Add Cloudsmith attribution to README
* ci: Switch to keeping armv7 as the armhf .deb
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -12,7 +12,9 @@ <br> <a href="https://twitter.com/caddyserver" title="@caddyserver on Twitter"><img src="https://img.shields.io/badge/[email protected]" alt="@caddyserver on Twitter"></a> <a href="https://caddy.community" title="Caddy Forum"><img src="https://img.shields.io/badge/community-forum-ff69b4.svg" alt="Caddy Forum"></a> + <br> <a href="https://sourcegraph.com/github.com/caddyserver/caddy?badge" title="Caddy on Sourcegraph"><img src="https://sourcegraph.com/github.com/caddyserver/caddy/-/badge.svg" alt="Caddy on Sourcegraph"></a> + <a href="https://cloudsmith.io/~caddy/repos/"><img src="https://img.shields.io/badge/OSS%20hosting%20by-cloudsmith-blue?logo=cloudsmith" alt="Cloudsmith"></a> </p> <p align="center"> <a href="https://github.com/caddyserver/caddy/releases">Releases</a> ยท @@ -187,4 +189,6 @@ Please use our [issue tracker](https://github.com/caddyserver/caddy/issues) only - _Project on Twitter: [@caddyserver](https://twitter.com/caddyserver)_ - _Author on Twitter: [@mholt6](https://twitter.com/mholt6)_ -Caddy is a project of [ZeroSSL](https://zerossl.com), an [apilayer](https://apilayer.com) company.
\ No newline at end of file +Caddy is a project of [ZeroSSL](https://zerossl.com), an [apilayer](https://apilayer.com) company. + +Debian package repository hosting is graciously provided by [Cloudsmith](https://cloudsmith.com). Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store and share packages in any format, to any place, with total confidence.
\ No newline at end of file |