From eaf3a790f5e7309ae1ef04a1ab39fc5a99a47358 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Wed, 5 Apr 2017 16:30:07 +0200 Subject: [PATCH] Add deployment instructions to circle.yml In order to do continuous delivery in staging --- circle.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/circle.yml b/circle.yml index 5f073c4fd..d16255161 100644 --- a/circle.yml +++ b/circle.yml @@ -1,3 +1,9 @@ database: override: - bundle exec rake db:drop db:create db:migrate RAILS_ENV=test + +deployment: + staging: + branch: staging + commands: + - bundle exec rake deploy_ha