Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/codepipeline/codepipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Click the **Launch** button to create the CloudFormation stack in the AWS Manage

| Launch template | | |
| ------ |:------:|:--------:|
| CodePipeline & EKS | {{% cf-launch "ci-cd-codepipeline.cfn.yml?stackName=eksws-codepipeline" %}} | {{% cf-download "ci-cd-codepipeline.cfn.yml" %}} |
| CodePipeline & EKS | {{% cf-launch "ci-cd-codepipeline.cfn.yml" "eksws-codepipeline" %}} | {{% cf-download "ci-cd-codepipeline.cfn.yml" %}} |

After the console is open, enter your GitHub username, personal access token (created in previous step), check the acknowledge box and then click the "Create" button.

Expand Down
8 changes: 4 additions & 4 deletions layouts/shortcodes/cf-launch.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<a
href="https://console.aws.amazon.com/cloudformation/home?#/stacks/new?templateURL=https://s3.amazonaws.com/{{ $.Site.Params.template_bucket }}/templates/{{ $.Site.Params.branch }}/{{ .Get 0 }}"
target="_blank" class="btn btn-default">
<i class="fas fa-cloud-upload-alt"></i>
<a
href="https://console.aws.amazon.com/cloudformation/home?#/stacks/quickcreate?stackName={{ .Get 1 }}&templateURL=https://s3.amazonaws.com/{{ $.Site.Params.template_bucket }}/templates/{{ $.Site.Params.branch }}/{{ .Get 0 }}"
target="_blank" class="btn btn-default">
<i class="fas fa-cloud-upload-alt"></i>
Launch
</a>