This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
// Calculates indentation automatically when pressing enter | |
"auto_indent": true, | |
// Valid values are "smooth", "phase", "blink" and "solid". | |
"caret_style": "phase", | |
// Sets the colors used within the text area | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
awsdeployment: | |
image: alpine:3.5 | |
environment: | |
- AWS_DEFAULT_REGION=us-east-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
schema: | |
- name: server | |
path: . | |
commands: | |
run: | |
status: true | |
args: | |
- -e="environment.env" | |
watcher: | |
paths: |