Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
buildkits.herokuapp.com -> buildkits.heroku.com
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed May 3, 2017
1 parent 65183ad commit cc1f908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -20,15 +20,15 @@ task :stage do
puts @dir
end

desc "Publish buildpack to https://buildkits.herokuapp.com"
desc "Publish buildpack to https://buildkits.heroku.com"
task :publish, [:name] => :stage do |t, args|
Dir.chdir(@dir) do
sh "heroku buildkits:publish #{args[:name]}"
end
end

namespace :dev do
desc "Publish dev build of buildpack to https://buildkits.herokuapp.com"
desc "Publish dev build of buildpack to https://buildkits.heroku.com"
task :publish, [:name] do |t, args|
cwd = File.dirname(__FILE__)

Expand Down

0 comments on commit cc1f908

Please sign in to comment.