aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Web
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-08-06 07:43:07 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-08-06 07:43:07 +0300
commitff09af0e3338a55c89d2846454d360e702d4e742 (patch)
treee4bdf1dd657645a1d27180a905534bd3c3881375 /Software/Visual_Studio/Tango.Web
parentaef853984c03ea790bf269bd9a8daee4cbd596e1 (diff)
downloadTango-ff09af0e3338a55c89d2846454d360e702d4e742.tar.gz
Tango-ff09af0e3338a55c89d2846454d360e702d4e742.zip
Added Alpha/Beta ENV.
Diffstat (limited to 'Software/Visual_Studio/Tango.Web')
-rw-r--r--Software/Visual_Studio/Tango.Web/DeploymentSlot.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Web/DeploymentSlot.cs b/Software/Visual_Studio/Tango.Web/DeploymentSlot.cs
index 6531adb64..0e470a735 100644
--- a/Software/Visual_Studio/Tango.Web/DeploymentSlot.cs
+++ b/Software/Visual_Studio/Tango.Web/DeploymentSlot.cs
@@ -18,6 +18,12 @@ namespace Tango.Web
[Description("Process")]
[DeploymentSlotAddress("https://machineservice-process.twine-srv.com")]
PROCESS,
+ [Description("Alpha")]
+ [DeploymentSlotAddress("https://machineservice-alpha.twine-srv.com")]
+ ALPHA,
+ [Description("Beta")]
+ [DeploymentSlotAddress("https://machineservice-beta.twine-srv.com")]
+ BETA,
[Description("Staging")]
[DeploymentSlotAddress("https://machineservice-stage.twine-srv.com")]
STAGE,