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

Commit 0c582fe

Browse files
axieumferdingler
authored andcommitted
docs(java): grammar in pipeline deployment
1 parent 8b8c96e commit 0c582fe

File tree

1 file changed

+2
-2
lines changed
  • workshop/content/java/buildpipe/pipeascode/deploy

1 file changed

+2
-2
lines changed

workshop/content/java/buildpipe/pipeascode/deploy/_index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date = 2019-10-04T12:54:48-07:00
44
weight = 40
55
+++
66

7-
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_.
7+
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_.
88

99
Add the Deploy stage to your PipelineStack.java:
1010

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

149149
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.
150150

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

0 commit comments

Comments
 (0)