From 59147d4f3808ad7f5cbdee4a0cc74a7035c75384 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Fri, 9 Mar 2018 15:55:07 -0800 Subject: [PATCH] Update CONTRIBUTING.md for automatic deployment --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a0bda7cf..bbc0eb5d4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,9 +32,8 @@ bundle exec middleman ## Deploying -If you're lucky enough to be one of our deployers, you can just push to the -`master` branch of `https://heroku.com/staging-sass-lang.git` and the website -will be deployed automatically. +Every time a new commit is pushed to master, it will automatically be deployed +to sass-lang.com. Easy as that! Thanks!