Skip to content

Commit

Permalink
add command to package up a tar of the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ToddG committed Jul 4, 2019
1 parent 9e50354 commit 0e8c609
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ stop:
export CURRENT_DIRECTORY=$(CURDIR) && \
docker-compose down
docker ps


.PHONY: package
package:
git archive master --prefix=monitor/ | gzip > monitor.tgz
# copy monitor.tgz to target directory and untar

0 comments on commit 0e8c609

Please sign in to comment.