summaryrefslogtreecommitdiff
path: root/tags
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-03-08 23:05:48 -0800
committerelijah <elijah@riseup.net>2013-03-08 23:05:48 -0800
commit9797a02c1ebbb99cb5af4911ee693e171337144a (patch)
tree6649a71cd099d949c64da527925406901ce48cc0 /tags
parent63eee5842371aad31c4664b32925c149bbfcbafa (diff)
removed 'production=x' from environment tags (now we use the field 'environment')
Diffstat (limited to 'tags')
-rw-r--r--tags/development.json1
-rw-r--r--tags/production.json1
2 files changed, 0 insertions, 2 deletions
diff --git a/tags/development.json b/tags/development.json
index 4dcf5bb..8212653 100644
--- a/tags/development.json
+++ b/tags/development.json
@@ -1,5 +1,4 @@
{
- "production": false,
"ssh": {
"port": 4422
}
diff --git a/tags/production.json b/tags/production.json
index 551e323..8212653 100644
--- a/tags/production.json
+++ b/tags/production.json
@@ -1,5 +1,4 @@
{
- "production": true,
"ssh": {
"port": 4422
}