mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Publish rpm and deb packages to CloudSmith
This commit is contained in:
@ -3,6 +3,7 @@ version: 2.1
|
||||
orbs:
|
||||
go: circleci/go@1.7.1
|
||||
docker: circleci/docker@2.1.2
|
||||
cloudsmith: cloudsmith/cloudsmith@1.0.5
|
||||
|
||||
parameters:
|
||||
cache-key:
|
||||
@ -143,6 +144,17 @@ jobs:
|
||||
- store_artifacts:
|
||||
path: dist
|
||||
|
||||
- cloudsmith/ensure-api-key
|
||||
- cloudsmith/install-cli
|
||||
- cloudsmith/publish:
|
||||
cloudsmith-repository: stackoverflow/dnscontrol
|
||||
package-format: rpm
|
||||
package-path: dist/*.rpm
|
||||
- cloudsmith/publish:
|
||||
cloudsmith-repository: stackoverflow/dnscontrol
|
||||
package-format: deb
|
||||
package-path: dist/*.deb
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
build:
|
||||
|
Reference in New Issue
Block a user