This cookbook:
- Installs the AppVeyor deployment agent
- Triggers a deployment from the Appveyor API
It does not install IIS or any other related services.
This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you’d like to know more please visit sous-chefs.org or come chat with us on the Chef Community Slack in #sous-chefs.
- Chef 12.5+
- Windows
Installs the AppVeyor agent
Set the following attributes:
node['environment_access_key']
node['deployment_group']
For more examples see the test/fixtures directory
appveyor_agent '3.12.0' do
environment_access_key '1234abcd890432kj'
deployment_group 'test'
end
appveyor_deploy
start the deployment for the specified environment in AppVeyor
appveyor_deploy '1.0.269' do
api_token node['api_token']
environment_name 'development'
project_slug 'project-X'
account_name 'my-account'
end
This project exists thanks to all the people who contribute.
Thank you to all our backers!
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.