Commit 0b87aa53

mo khan <mo@mokhan.ca>
2013-06-06 03:34:14
push up new staging tag
1 parent 04ead62
Changed files (1)
lib
tasks
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']