-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.xml
79 lines (64 loc) · 3.41 KB
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title type="text">Blazing Fingers</title>
<generator uri="https://github.com/mojombo/jekyll">Jekyll</generator>
<link rel="self" type="application/atom+xml" href="/feed.xml" />
<link rel="alternate" type="text/html" href="" />
<updated>2015-08-11T11:02:45-07:00</updated>
<id>/</id>
<author>
<name>Mark Evans</name>
<uri>/</uri>
<email>[email protected]</email>
</author>
<entry>
<title type="html"><![CDATA[Continuous Integration & Deployment of Azure Websites Using Team City and Octopus Deploy]]></title>
<link rel="alternate" type="text/html" href="/2015/08/05/continuous-integration-and-deployment-of-azure-websites-using-team-city-and-octopus-deploy.html" />
<id>/2015/08/05/continuous-integration-and-deployment-of-azure-websites-using-team-city-and-octopus-deploy</id>
<published>2015-08-05T14:10:50-07:00</published>
<updated>2015-08-05T14:10:50-07:00</updated>
<author>
<name>Mark Evans</name>
<uri></uri>
<email>[email protected]</email>
</author>
<content type="html">
<h1 id="overview">Overview</h1>
<p>For the past few years our application has been served well by the good folks at <a href="https://www.cosentry.com/">Cosentry</a>, but as our team grows and technology that simplifies devops improves, we find our selves wanting to move in that direction.</p>
<p>Here begins our journey…</p>
<h2 id="current-setup">Current Setup</h2>
<h4 id="hardware">Hardware</h4>
<ul>
<li>1 Database Server</li>
<li>1 Webserver</li>
</ul>
<h4 id="application">Application</h4>
<ul>
<li>.Net MVC Application</li>
<li>Frontend Code is a mixture of AngularJS &amp; good old fashion html/javascript/jquery.</li>
<li>Database migrations handled with a home rolled package similar to this: <a href="http://dbup.github.io/">http://dbup.github.io/</a></li>
</ul>
<h4 id="management--continous-deploymentintegration">Management &amp; Continous Deployment/Integration</h4>
<ul>
<li>Github for hosting our git repos.</li>
<li>Jenkins for CI &amp; Build w/ triggers on master / dev branches.</li>
</ul>
<h4 id="environments">Environments</h4>
<ul>
<li>Production - Used for production.</li>
<li>Integration - Used for staging.</li>
</ul>
<h1 id="ideal-setup">Ideal Setup</h1>
<p>Using Azures cloud services</p>
<ul>
<li>Azure Development App Service
SQL Server Hosted on Azure</li>
<li>Azure Production App Service
SQL Server Hosted on Azure</li>
<li>TeamCity for Continuous Integration</li>
<li>OctopusDeploy for Continous Deployments</li>
</ul>
<p><a href="/2015/08/05/continuous-integration-and-deployment-of-azure-websites-using-team-city-and-octopus-deploy.html">Continuous Integration & Deployment of Azure Websites Using Team City and Octopus Deploy</a> was originally published by Mark Evans at <a href="">Blazing Fingers</a> on August 05, 2015.</p>
</content>
</entry>
</feed>