Skip to content

Capgemini/step-apollo-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo deploy

wercker status

A step for deploying Apollo and run serverspecs.

Dependencies

This build-step depends on ansible, wget and unzip being installed, if any it's missing, the buildstep wil fail. Please install those in your box wercker.yml

You can do this as follows -

build:
  steps:
    - install-packages:
        packages: wget unzip
    - pip-install:
        requirements_file: ""
        packages_list: "ansible"

## Usage

deploy:
  steps:
    - capgemini/apollo-deploy:
        cloud: digitalocean
        artifact_name: username/apollo-ubuntu-14.04-amd64
        artifact_version: 1
        terraform_version: 0.5.0
        run_tests: true

## License

The MIT License (MIT)

About

A Wercker step for deploying Apollo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages