Skip to content

ventureco/vco-backup-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 

Repository files navigation

VCO Venture Backup buildpack

This plugin creates a backup in Glacier of code and dependencies every time there is a deployment to the heroku application.

Setting environment variables for build

VCO_BACKUPS_ACCESS_KEY_ID=<aws access key id>
VCO_BACKUPS_SECRET_ACCESS_KEY=<aws secret access key>
VCO_BACKUPS_REGION=<aws-region>
VCO_BACKUPS_VAULT_NAME=<glacier-vault-name>
VCO_BACKUPS_APP_NAME=<app-name>

Usage
-----

Example usage:

    $ heroku buildpacks:add https://github.com/ventureco/vco-backup-buildpack

    $ git push heroku master

The buildpack will compress the application code and dependencies and store them in Glacier.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages