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
- Host: GitHub
- URL: https://github.com/chef-boneyard/delivery-golang
- Owner: chef-boneyard
- License: apache-2.0
- Created: 2015-03-03T22:00:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T22:26:07.000Z (almost 5 years ago)
- Last Synced: 2025-02-23T11:13:44.252Z (8 months ago)
- Topics: chef, cookbook, delivery, hacktoberfest, workflow
- Language: Ruby
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 34
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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 ()