diff --git a/README.md b/README.md index bd6214d..95f0b31 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,5 @@ Run `make build`. ## Running the application Run `make run`. To run a command or pass flags, pass them via `args`. For example: `make run args="deploy --help"` + + diff --git a/ecspresso.yml b/ecspresso.yml new file mode 100644 index 0000000..c01834c --- /dev/null +++ b/ecspresso.yml @@ -0,0 +1,3 @@ +region: us-east-1 +cluster: core-production +timeout: 10m0s