Skip to content

Commit 180ce30

Browse files
authored
Remove preview prod deployment (#215)
* Remove disabled deploy command * Add test menu link * Add a new file to test deployment as well * Add a file
1 parent ec4647f commit 180ce30

File tree

3 files changed

+54
-7
lines changed

3 files changed

+54
-7
lines changed

.circleci/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,6 @@ jobs:
182182
fi
183183
- notify_error:
184184
message: "Deploy preview job failed for branch ${CIRCLE_BRANCH}"
185-
# - aws-setup
186-
# - run:
187-
# name: Test S3 deployment
188-
# command: |
189-
# set -e
190-
# echo "[INFO] Testing deploy to S3 bucket..."
191-
# aws s3 sync build "s3://circleci-docs-platform-assets/docs-preview" --acl public-read
192185

193186
deploy-production:
194187
executor: node_executor

docs/guides/modules/ROOT/nav.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,3 +317,7 @@
317317
** xref:plans-pricing:plan-performance.adoc[Performance Plan overview]
318318
** xref:plans-pricing:plan-scale.adoc[Scale Plan overview]
319319
** xref:plans-pricing:plan-server.adoc[Server Plan overview]
320+
321+
* Testing deployment
322+
** xref:plans-pricing:plan-scale.adoc[Scale Plan overview]
323+
** xref:plans-pricing:plan-testing.adoc[Testing Plan overview]
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
= Scale Plan
2+
:page-platform: Cloud
3+
:page-description: This document describes the Scale Plan available to developers on CircleCI.
4+
:experimental:
5+
6+
This document describes the CircleCI Scale Plan.
7+
8+
[#scale-plan]
9+
== Scale Plan
10+
The Scale Plan grows with your team and your business, and offers a wide range of customizations. The Scale Plan offers custom credit options that can be used across all CircleCI resource classes, per month, depending on your build configuration and execution environment. This plan provides access to the highest amount of network and storage usage that CircleCI offers.
11+
12+
The Scale Plan offers several improvements over the Free and Performance Plans:
13+
14+
[#access-to-ip-ranges]
15+
=== Access to IP ranges
16+
Configure IP-based access to restricted environments with IP ranges. Jobs that have the IP ranges feature enabled have traffic routed through one of the defined IP address ranges during job execution. The IP ranges feature is the same on the Performance and Scale Plans.
17+
18+
For more information about this features, refer to the xref:security:ip-ranges.adoc[IP ranges] page.
19+
20+
[#access-to-all-resource-classes]
21+
=== Access to all resource classes
22+
Access to all of the machine sizes on Docker, Linux, Windows, and macOS. The additional resource classes on the compute type/execution environment give you access to higher CPU and memory limits.
23+
24+
For more information about these resources, refer to the xref:execution-managed:executor-intro.adoc[Executors and images] page.
25+
26+
[#custom-concurrency]
27+
=== Custom concurrency
28+
Customize the amount of jobs you need to run concurrently. This customization is available on all build configurations and execution environments. See <<#concurrency,Concurrency>> below for more information.
29+
30+
[#custom-user-seat-count]
31+
=== Custom user seat count
32+
Customize the amount of active users based on your needs.
33+
34+
[#unlimited-self-hosted-runners]
35+
=== Unlimited self-hosted runners
36+
Unlimited self-hosted runners, allowing you to run more jobs on your own infrastructure. See <<#self-hosted-runners,Self-hosted Runners>> below for more information.
37+
38+
[#custom-storage-retention]
39+
=== Custom storage retention
40+
The link:https://app.circleci.com/[CircleCI web app] allows for the customization of the storage retention periods of artifact, workspace, and cache objects. This allows you to determine how to store each of these objects types in a way that best suits your project. Lowering storage retention periods can also reduce your monthly bill.
41+
42+
[#additional-support-options]
43+
=== Additional support options
44+
Additional support through expanded SLAs, an available account team, training and onboarding options, all of which are expandable with available support package add-ons. The Scale Plan also has access to the link:https://discuss.circleci.com/[community forums], link:https://support.circleci.com/hc/en-us[support portal], and our link:https://support.circleci.com/hc/en-us/requests/new[global ticket-based system].
45+
46+
[#circleci-features]
47+
== CircleCI features
48+
In addition to the upgraded features listed above, the Scale Plan also has access to the features listed below. Refer to the link:https://circleci.com/pricing/[Pricing] page for more detailed information on credit amounts, included resource classes, key features, and support. Refer to the link:https://circleci.com/product/features/resource-classes/[Resource class features] page for details on CPU, memory, network and storage, and credit usage for compute type/execution environment. The following features are available across all of CircleCI's plans.
49+
50+
include::ROOT:partial$shared-sections/features-of-circleci.adoc[]

0 commit comments

Comments
 (0)