Skip to content

Commit

Permalink
adding alias for opsworks:migrate opsworks:migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubert Liu committed Dec 18, 2013
1 parent b1250f1 commit 128e39f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/ops_works/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Capistrano
module OpsWorks
VERSION = "0.0.1"
VERSION = "0.0.2"
end
end
1 change: 1 addition & 0 deletions lib/capistrano/tasks/ops_works.rake
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ namespace :opsworks do
task :migrate do
puts start_deploy({"migrate"=>["true"]})
end
task :migrations => :migrate

desc "Checks your app_id for validity"
task :check do
Expand Down

0 comments on commit 128e39f

Please sign in to comment.