Skip to content

Instantly share code, notes, and snippets.

View apropox's full-sized avatar
🤷‍♀️

Dominik Martin apropox

🤷‍♀️
View GitHub Profile
@apropox
apropox / .deployc
Last active June 7, 2017 11:01
some simple & basic tools to deploy sage-basesd wordpress themes
# Configuration file for deploy-tools.sh
SITE="name.here.dingdong.space";
THEME="theme-here";
REPO="git@bitbucket.org:ding-dong/repo-here.git";
BRANCH="branch-here";