Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
docs(java): grammar in pipeline deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
axieum authored and ferdingler committed Jun 7, 2021
1 parent 8b8c96e commit 0c582fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date = 2019-10-04T12:54:48-07:00
weight = 40
+++

The **Deploy Stage** is where your SAM application and all its resources are created an in an AWS account. The most common way to do this is by using CloudFormation ChangeSets to deploy. This means that this stage will have 2 actions: the _CreateChangeSet_ and the _ExecuteChangeSet_.
The **Deploy Stage** is where your SAM application and all its resources are created in an AWS account. The most common way to do this is by using CloudFormation ChangeSets to deploy. This means that this stage will have 2 actions: the _CreateChangeSet_ and the _ExecuteChangeSet_.

Add the Deploy stage to your PipelineStack.java:

Expand Down Expand Up @@ -148,4 +148,4 @@ The CLI might ask you to confirm the changes before deploying, this is because w

Navigate to your pipeline and you will see the Deploy stage has been added, however, it is currently grayed out because it hasn't been triggered. Let's just trigger a new run of the pipeline manually by clicking the Release Change buttton.

![ReleaseChange](/images/chapter4/screenshot-release-change.png)
![ReleaseChange](/images/chapter4/screenshot-release-change.png)

0 comments on commit 0c582fe

Please sign in to comment.