An open API service indexing awesome lists of open source software.

https://github.com/chef-boneyard/delivery-golang

DEPRECATED: Delivery build cookbook for Golang Applications
https://github.com/chef-boneyard/delivery-golang

chef cookbook delivery hacktoberfest workflow

Last synced: 26 days ago
JSON representation

DEPRECATED: Delivery build cookbook for Golang Applications

Awesome Lists containing this project

README

          

**Umbrella Project**: [Automate](https://github.com/chef/chef-oss-practices/blob/master/projects/chef-automate.md)

**Project State**: [Deprecated](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md#deprecated)

**Issues [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md)**: None

**Pull Request [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md)**: None

# delivery-golang

Delivery Build Cookbook to build Golang Applications

Delivery Config File
------------

This is an example of the `.delivery/config.json` you should use to build a Golang Application.

```
{
"version": "1",
"build_cookbook": "delivery-golang",
"skip_phases": [ "functional", "quality", "release", "security", "smoke" ],
"build_attributes": {
"golang": {
"path": "github.com/chef/greentea",
"packages": ["github.com/golang/lint/golint", "github.com/stretchr/testify"]
},
"publish": {
"chef_server": true,
"github": "chef/greentea"
},
"deploy": {
"rolling": {
"deploy-greentea": 20,
"lb-greentea": 100,
"audit": false
}
}
}
```

LICENSE AND AUTHORS
===================
- Author: Salim Afiune ()