summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8248ece..4c378d2 100644
--- a/Makefile
+++ b/Makefile
@@ -4,5 +4,9 @@ cosmos:
upgrade:
fab upgrade
-bump:
- ./bump-tag
+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
+
+tag: db
+ ./bump-tag