Skip to content

thepuzzlemaster/dokku-gulp-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dokku-gulp-build

Dokku plugin to run gulp build.

NOTE: it's developed and tested on the latest progrium/buildstep which uses the latest heroku-buildpack-nodejs.

To install the lastest build step, you should remove the existing one and run,

$ docker build -t progrium/buildstep github.com/progrium/buildstep

Description

This plugin will inject the /app/.gulp shell script that's going to be executed on the pre-deploy stage. If the root of the application contains a gulpfile.js file, then gulp will install and trigger gulp build

Usage

cd /var/lib/dokku/plugins
git clone https://github.com/thepuzzlemaster/dokku-gulp-build
dokku plugins-install

Push your app.

License

MIT

About

Dokku plugin to run gulp build

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%