Skip to content

Commit c2e9771

Browse files
tiffanyfayyinshiua
authored andcommitted
Add defaults for pipeline (#2)
1 parent d89fa7a commit c2e9771

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
Parameters:
22
GitHubRepo:
33
Type: String
4+
Default: socket.io-chat-fargate
45
GitHubBranch:
56
Type: String
7+
Default: master
68
GitHubToken:
79
Type: String
810
NoEcho: true
911
GitHubUser:
1012
Type: String
1113
EnvironmentName:
1214
Type: String
15+
Default: fargate-chat
1316

1417
Resources:
15-
# Create the ECR respository to hold built docker images
18+
# Create the ECR repository to hold built docker images
1619
Repository:
1720
Type: AWS::ECR::Repository
1821
DeletionPolicy: Retain

0 commit comments

Comments
 (0)