summaryrefslogtreecommitdiff
path: root/provider_base/tags
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-03-08 23:07:13 -0800
committerelijah <elijah@riseup.net>2013-03-08 23:07:13 -0800
commit402bb92da08b0c0a46be643963a87576e558b589 (patch)
treefc56b8b6c54cd95c86843ce4d41798b701b850ca /provider_base/tags
parent77c8025aebe3a7b83fc128be6e0abe511f9f0888 (diff)
node environment: switch from production=true to environment=production. requires latest leap_cli
Diffstat (limited to 'provider_base/tags')
-rw-r--r--provider_base/tags/development.json3
-rw-r--r--provider_base/tags/local.json2
-rw-r--r--provider_base/tags/production.json2
3 files changed, 5 insertions, 2 deletions
diff --git a/provider_base/tags/development.json b/provider_base/tags/development.json
new file mode 100644
index 00000000..caf18e9d
--- /dev/null
+++ b/provider_base/tags/development.json
@@ -0,0 +1,3 @@
+{
+ "environment": "development"
+} \ No newline at end of file
diff --git a/provider_base/tags/local.json b/provider_base/tags/local.json
index 9cb16602..48312b33 100644
--- a/provider_base/tags/local.json
+++ b/provider_base/tags/local.json
@@ -1,3 +1,3 @@
{
- "local": true
+ "environment": "local"
} \ No newline at end of file
diff --git a/provider_base/tags/production.json b/provider_base/tags/production.json
index b35c0650..ea17498f 100644
--- a/provider_base/tags/production.json
+++ b/provider_base/tags/production.json
@@ -1,3 +1,3 @@
{
- "production": true
+ "environment": "production"
} \ No newline at end of file