This repository has been archived by the owner on Mar 18, 2018. It is now read-only.
Releases: shipitjs/shipit-deploy
Releases · shipitjs/shipit-deploy
v2.2.0
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.0
- Copy previous release before deploying to optimize rsync #48 #49
- Add "rollback:finish" task #50
- Force using of posix path #53
- Execute getPendingCommits git commands in workspace directory #57
- Set current revision on remote after synching the workspace #56
- Add a git reset --hard HEAD after checkout to prevent corruption between deployments #14 #59
v1.3.1
v1.3.0
v1.2.0
shipit.currentPath
andshipit.releasesPath
now set indeploy:init
.- Track deployed revisions via a
REVISION
file in the deployed release directory. - Add
deploy:pending
task for comparing local changes with lastest deployed revision.- Add new option
gitLogFormat
, for use withdeploy:pending:log
.
- Add new option
- Add shipit-utils dependency
- Use
registerTask
andgetShipit
fromshipit-utils
- Use
- Update Chalk to 1.0.0