From 9abb6754a2dc58ed09a9d164e12f5ea6ff1e97d7 Mon Sep 17 00:00:00 2001 From: Samuel Ryan Date: Sat, 7 Nov 2015 14:55:55 +0000 Subject: [PATCH] Listens to the master branch for deploys --- .gitignore | 1 - circle.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1c94fea..c08cd9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -.idea .vagrant node_modules bower_components diff --git a/circle.yml b/circle.yml index a8a06b4..a94195b 100644 --- a/circle.yml +++ b/circle.yml @@ -9,6 +9,6 @@ dependencies: deployment: production: - branch: metalsmith + branch: master commands: - ./deploy.sh \ No newline at end of file