Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
rename method to deploy_method
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuryo committed Jun 18, 2016
1 parent 28150f4 commit 0bdb600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

# iwdd.github.io deploy
activate :deploy do |deploy|
deploy.method = :git
deploy.deploy_method = :git
deploy.remote = "[email protected]:IWDD/iwdd.github.io.git"
deploy.branch = "master"
deploy.build_before = true
Expand Down

0 comments on commit 0bdb600

Please sign in to comment.