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

https://github.com/stelligent/mutato-example-basic

Mutato's Basic Example
https://github.com/stelligent/mutato-example-basic

automation cdk cloudformation mutato stelligent-mutato

Last synced: 6 months ago
JSON representation

Mutato's Basic Example

Awesome Lists containing this project

README

          

# mutato-example-basic

Mutato's Basic Example

Deploy with:

```bash
$ cd /path/to/your/github/repo
$ echo "GITHUB_TOKEN=$GITHUB_TOKEN" > mutato.env
$ aws-vault exec -- 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](https://stelligent.github.io/mutato)