Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
Recuded TAGs to latest and dev while in alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 16, 2016
1 parent 7e40531 commit 727f4bb
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,16 @@ config-mongodb:

################
# Runtime prep #
###############
################

# Default tag is prod, rename master to latest (~same)
# Default tag is latest
#
TAG ?= prod
ifeq ($(TAG),master)
TAG=latest
endif
TAG ?= latest


# Default YML is base.yml
#
YML ?= -f ./docker-compose.yml
ifeq ($(MODE),prod)
YML += -f ./compose/prod.yml
else ifeq ($(MODE),dev)
ifeq ($(MODE),dev)
YML += -f ./dev/dev.yml
endif

0 comments on commit 727f4bb

Please sign in to comment.