summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4c378d2..4ef37e1 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,12 @@ cosmos:
fab all cosmos
upgrade:
- fab upgrade
+ fab -P all upgrade
db:
@python ./fabfile/db.py > global/overlay/etc/puppet/cosmos-db.yaml
- @git add global/overlay/etc/puppet/cosmos-db.yaml && git commit -m "update db" global/overlay/etc/puppet/cosmos-db.yaml
+ @git add global/overlay/etc/puppet/cosmos-db.yaml
+ @git commit -m "update db" global/overlay/etc/puppet/cosmos-db.yaml
tag: db
- ./bump-tag
+ ./bump-tag