HaroldPutman / bingo-cards

Bingo Game
http://bingocard.me
3 stars 2 forks source link

Check for Clean Working copy before deploying #8

Closed HaroldPutman closed 5 years ago

HaroldPutman commented 5 years ago

The idea is to prevent deploying unpublished code from your local. There is a git command that will return nonzero exit code if the working copy is dirty.

A much better approach would be to add something to Git so it deploys using so CI/CD system when merging to master. So actually forget this one.

HaroldPutman commented 5 years ago

Replace with #9