Skip to content

Instantly share code, notes, and snippets.

View chesleybrown's full-sized avatar
🏗️
Building something

Chesley Brown chesleybrown

🏗️
Building something
View GitHub Profile
@chesleybrown
chesleybrown / .realize.yaml
Last active April 9, 2018 15:46
Failing to start on server
schema:
- name: server
path: .
commands:
run:
status: true
args:
- -e="environment.env"
watcher:
paths:
@chesleybrown
chesleybrown / codeship-services.yml
Last active January 30, 2017 18:17
Using environment variable within codeship command
awsdeployment:
image: alpine:3.5
environment:
- AWS_DEFAULT_REGION=us-east-1
@chesleybrown
chesleybrown / Preferences.sublime-settings
Last active January 29, 2016 04:17
My Sublime Settings
{
// 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",