From 046c0eb2040c31b22d5add4f93d4ae1a90fef850 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Mon, 4 Apr 2016 19:54:52 -0700 Subject: [PATCH] Update circle.yml to upload to staging and prod --- circle.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/circle.yml b/circle.yml index 88e454ac..5626698f 100644 --- a/circle.yml +++ b/circle.yml @@ -3,11 +3,8 @@ dependencies: - sudo -H pip install s3cmd - npm install -g grunt-cli deployment: - staging: - branch: master - commands: - - grunt upload:staging - production: + all: branch: master commands: - grunt upload:prod + - grunt upload:staging