Skip to content

Commit

Permalink
use triple backquote
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Dec 1, 2017
1 parent d1e89f2 commit a2605e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ ecspresso works as below.
- Register a new task definition from JSON file.
- JSON file is same format as `aws ecs describe-task-definition` output.
- Replace `{{ env \`FOO\` \`bar\` }}` syntax in the JSON file to environment variable "FOO".
- Replace ```{{ env `FOO` `bar` }}``` syntax in the JSON file to environment variable "FOO".
- If "FOO" is not defined, replaced by "bar"
- Replace `{{ must_env \`FOO\` }}` syntax in the JSON file to environment variable "FOO".
- Replace ```{{ must_env `FOO` }}``` syntax in the JSON file to environment variable "FOO".
- If "FOO" is not defined, abort immediately.
- Update a service definition.
- Wait a service stable.
Expand Down

0 comments on commit a2605e7

Please sign in to comment.