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
- Host: GitHub
- URL: https://github.com/stelligent/mutato-example-basic
- Owner: stelligent
- License: mit
- Created: 2020-04-01T17:37:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-09T21:26:01.000Z (over 6 years ago)
- Last Synced: 2025-05-14T19:16:56.909Z (about 1 year ago)
- Topics: automation, cdk, cloudformation, mutato, stelligent-mutato
- Language: HTML
- Homepage: https://stelligent.github.io/mutato
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)