Skip to content

stelligent/mutato-example-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mutato-example-basic

Mutato's Basic Example

Deploy with:

$ cd /path/to/your/github/repo
$ echo "GITHUB_TOKEN=$GITHUB_TOKEN" > mutato.env
$ aws-vault exec <profile name> -- env | grep AWS_ >> mutato.env
$ docker run -it --rm --env-file mutato.env -v `pwd`:/project stelligent/mutato bootstrap
$ docker run -it --rm --env-file mutato.env -v `pwd`:/project stelligent/mutato deploy

For more info look at: stelligent.github.io/mutato