Your IP : 216.73.217.87


Current Path : /hdd/hdd11/www/vlevski/g2s/c/
Upload File :
Current File : /hdd/hdd11/www/vlevski/g2s/c/deploy.js

var ghpages = require('gh-pages'),
    path = require('path');

ghpages.publish(__dirname, function (err) {
   if (err) console.error(err);
   else console.log('Successfully deployed to gh-pages');
});