summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-06-05 21:34:14 -0600
committermo khan <mo@mokhan.ca>2013-06-05 21:34:14 -0600
commit0b87aa534b586ddfaac4ea28933646831658e47a (patch)
tree99f074cb4f57547689ab00e2f089f07a46a484fd
parent04ead628361675445fffb1cc0fd60f873896b9c4 (diff)
push up new staging tag
-rw-r--r--lib/tasks/ci.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake
index 76188889..78bae684 100644
--- a/lib/tasks/ci.rake
+++ b/lib/tasks/ci.rake
@@ -5,6 +5,7 @@ namespace :ci do
task :staging do
now = Time.now
sh "git tag -a 'staging-#{now.strftime('%Y-%m-%d')}-#{now.to_i}-jenkins-continuous-deployment' -m 'just push it'"
+ sh "git push --tags"
Rake::Task['deploy:staging'].invoke
end
task :production => ['deploy:production']