Skip to content

schneems/buildit-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Buildit Gems

This repo contains a file build that is a script for building gems using the buildit-buildpack.

Run

Clone the repo.

$ git clone https://github.com/schneems/buildit-vim.git
$ cd buildit-vim

Create a heroku app

$ heroku create

Set your buildpack

$ heroku buildpacks:add https://github.com/schneems/buildit-buildpack
$ git push heroku master

Protip: If you need to re-deploy without changing your script you can force a commit by running $ git commit --allow-empty -mempty.

Now visit your site to download the results in a builds.tar

$ heroku open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published