cleanup sample ... add hooks
authorSam Saffron <sam.saffron@gmail.com>
Mon, 4 Nov 2013 05:11:47 +0000 (21:11 -0800)
committerSam Saffron <sam.saffron@gmail.com>
Mon, 4 Nov 2013 05:11:47 +0000 (21:11 -0800)
standalone.template.yml
standalone.yml.sample

index c5f6606656b7660c21fea177b905d794387216fc..4e67e6e3bd245d3609eaf617ecff415ad13b121e 100644 (file)
@@ -92,6 +92,7 @@ run:
 
   - exec:
       cd: $home
+      hook: code
       cmd:
         - git reset --hard
         - git clean -f
index ed1b98dfa6b03a74551cb6e982254f7cd287b808..f11a465e0a71d54cc5434392e7c01b7fb056a844 100644 (file)
@@ -6,6 +6,7 @@ expose:
   - "2222:22"
 
 params:
+  # ssh key so you can log in
   ssh_key: YOUR_SSH_KEY
   # git revision to run
   version: HEAD
@@ -15,9 +16,10 @@ params:
   database_yml:
     production:
       host_names:
-        - dev.samsaffron.com
+        # your domain name
+        - www.example.com
 
 
-# needed for bootstrapping
+# needed for bootstrapping, lowercase email
 env:
-  DEVELOPER_EMAILS: 'sam.saffron@gmail.com'
+  DEVELOPER_EMAILS: 'my_email@email.com'