diff --git a/config/deploy/production.rb b/config/deploy/production.rb index b558a8e81be8ece8a8242027e3fdcda3c24abfb5..90fd6bd5b5800b3006f813e97083ca24b56eaf18 100644 --- a/config/deploy/production.rb +++ b/config/deploy/production.rb @@ -1,10 +1,10 @@ -set :application, 'cdn-rewrite' -set :repo_url, "git@github.com:voceconnect/#{fetch(:application)}.git" +set :application, 'wp-cdn-rewrite' +set :repo_url, "git@github.com:voceconnect/cdn-rewrite.git" set :scm, 'git-to-svn' set :type, 'plugin' -set :svn_repository, "http://plugins.svn.wordpress.org/wp-#{fetch(:application)}/" +set :svn_repository, "http://plugins.svn.wordpress.org/#{fetch(:application)}/" set :svn_deploy_to, "trunk" set :build_folders, (