jwir3 / arbitrator

A synchronization engine for ArbiterSports to Google Calendar
GNU General Public License v3.0
3 stars 0 forks source link

Separate gulp tasks for release into a package, gulp-ssh-deploy. #91

Closed jwir3 closed 7 years ago

jwir3 commented 7 years ago

Add dependency for gulp-ssh-deploy as an npm module.

Issue References:

Development/Code Review Checklist

Arbitrator now depends on a separate npm module, gulp-ssh-deploy. The purpose of this package is to add the necessary release tasks to the gulp configuration. Only the configuration of this needs to be passed to the gulp-ssh-deploy module, which happens in tasks/release.js now, rather than the manual setup of these tasks.

Fixes #87.