0.0.2 • Published 12 years ago
punch-bitballoon v0.0.2
Punch BitBalloon
A Punch Publisher for BitBalloon.
Lets you deploy your Punch based sites straight to BitBalloon.
How to Use
- install the package
npm install punch-bitballoon Open your Punch project's configurations (
config.json) and add the following:"plugins": { "publishers": { "bitballoon": "punch-bitballoon" } }Also, you must define
publishsettings in the config."publish" : { "strategy" : "sftp", "options" : { "access_token": "your-bitballoon-access-token", "site_id": "optional id or domain of an existing site to deploy to (ie. my-site.bitballoon.com)" } }Then, you can publish your site by running
punch publish(orpunch p) command.
Getting an Access Token
If you don't have an access token, just leave the "options" empty the first time your run punch p and the plugin will prompt you for your API credentials and generate one for you.