Skip to content

Instantly share code, notes, and snippets.

@zukowski
zukowski / gist:a37e34ee290847cc1f19
Created November 24, 2014 23:14
Example capistrano deploy script
set :stages, %w(production)
require 'capistrano/ext/multistage'
require 'bundler/capistrano'
require 'rvm/capistrano'
require './config/boot'
ssh_options[:username] = 'deployer'
ssh_options[:forward_agent] = true
@zukowski
zukowski / export_github_issues.py
Created December 9, 2011 19:13 — forked from jj0hns0n/export_github_issues.py
Export GitHub issues to a csv file
import csv
from github2.client import Github
# api settings for github
git_username = ''
git_api_token = ''
git_repo = ''
state = '' # 'open' or 'closed'
# csv name