You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# TC Deployment Notes
2
2
_[TC Deployment Notes should always be kept up to date **on the default branch**. Update these notes when changes to this information occur]_
3
3
4
-
**General Deployment:** This software is deployed to AWS S3 by Travis.ci. It's ultimately delivered through AWS Cloudfront, which is fed from the S3 bucket. There are no EC2 systems involved in the delivery (althought Connect is fed from various micro-services).
4
+
**General Deployment:** This software is deployed to AWS S3 by CircleCI. It's ultimately delivered through AWS Cloudfront, which is fed from the S3 bucket. There are no EC2 systems involved in the delivery (althought Connect is fed from various micro-services).
5
5
6
6
**Branches:**
7
7
@@ -13,8 +13,8 @@ _[TC Deployment Notes should always be kept up to date **on the default branch**
13
13
14
14
**Additional Notes:**
15
15
16
-
* The _.travis.yml_ file controls the build - see this file if you need to confirm if your commit will deploy anything
17
-
*Travis-ci builds can be easily cancelled - please do so if you accidentally trigger an undesired build
16
+
* The _circle.yml_ file controls the build - see this file if you need to confirm if your commit will deploy anything
17
+
*Circle-ci builds can be easily cancelled - please do so if you accidentally trigger an undesired build
0 commit comments