Skip to content

Instantly share code, notes, and snippets.

@pixelbacon
Last active September 3, 2015 22:08
Show Gist options
  • Save pixelbacon/019159f0050b1cd052b9 to your computer and use it in GitHub Desktop.
Save pixelbacon/019159f0050b1cd052b9 to your computer and use it in GitHub Desktop.
Divshot.io Push & Publish alias
# When using Divshot.io as a compliment to things like SS for holding your CSS and JS,
# you want to push something you already tested locally and publish without typing in
# multiple commands.
#
# At least I do. So I wrote this alias and put it in my `~/.bash_profile`.
# I'm not really going to document it's use because if you see it and don't know what
# it does, then there is a good chance you shouldn't be using it.
#
# Misuse can very easily put you in a bad spot.
alias dpush="divshot push; divshot promote development staging; divshot promote staging production;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment