Commit 80fbf0d1 by Brian Beggs Committed by Brian Beggs

Deprecate provision command

parent 3496f404
......@@ -38,8 +38,8 @@ dev.sync.requirements: ## Install requirements
dev.sync.up: dev.sync.daemon.start ## Bring up all services with docker-sync enabled
docker-compose -f docker-compose.yml -f docker-compose-sync.yml up -d
provision: | check-memory ## Provision all services using the Docker volume
./provision.sh
provision: | dev.provision ## Provision all services using the Docker volume
echo "\033[0;31mThis command will be deprecated in a future release, use dev.provision\033[0m"
stop: ## Stop all services
(test -d .docker-sync && docker-sync stop) || true ## Ignore failure here
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment