Last active
September 3, 2015 22:08
-
-
Save pixelbacon/019159f0050b1cd052b9 to your computer and use it in GitHub Desktop.
Divshot.io Push & Publish alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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