change default for make file

This commit is contained in:
Michael Duong 2023-09-09 18:32:37 +00:00
parent cde8801c1e
commit 8d2e96bdba
2 changed files with 3 additions and 2 deletions

View file

@ -1 +1,2 @@
stages = ["dev", "staging", "prod"]
# .gto config file
stages: [dev, stage, prod] # list of allowed Stages

View file

@ -3,7 +3,7 @@ export PATH := $(PYENV_ROOT)/bin:$(PATH)
PYTHON_VERSION ?= 3.10.12
.PHONY: init
init: dev-pyenv dvc-init
init: dev-pyenv
.PHONY: dev-pyenv
dev-pyenv: