The after hook should point to the correct task.

This commit is contained in:
Karl Matthias
2012-04-10 14:32:51 +01:00
parent b0690158dd
commit dbad7cd7cd
+1 -1
View File
@@ -35,7 +35,7 @@ module Capistrano
def self.load_into(configuration)
configuration.load do
before :deploy, 'git:prepare_tree'
after :deploy, 'git:deploytags'
after :deploy, 'git:tagdeploy'
desc 'prepare git tree so we can tag on successful deployment'
namespace :git do