Skip to content

Instantly share code, notes, and snippets.

@robconery
Last active January 25, 2019 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robconery/fbcc5f9296c877facea18dd7e5617519 to your computer and use it in GitHub Desktop.
Save robconery/fbcc5f9296c877facea18dd7e5617519 to your computer and use it in GitHub Desktop.
tag:
git tag -l "deploy-$(date +%Y-%m-%d-%T)"
commit:
git commit -am "Deploying $(date +%Y-%m-%d-%T)"
build:
bundle exec middleman build
deploy: build commit tag
firebase deploy --except database
.PHONY: build commit tag deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment