Skip to content

Commit 6ec2ea9

Browse files
Update doc
1 parent 0f9b8dd commit 6ec2ea9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/update-cloud-formation-stack.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,18 @@ To finish the update, follow the wizard of the AWS console.
1414
You can also update your CloudFormation Stack of Tug with the latest version, just use the AWS console
1515
or AWS CLI tool to update the stack with the S3 link below:
1616

17+
For the latest version:
18+
1719
```
1820
https://tug-dev.s3.amazonaws.com/latest.template
1921
```
2022

23+
For a specific version tag name available in the [Github Releases page](https://github.com/fxpio/tug/releases):
24+
25+
```
26+
https://tug-dev.s3.amazonaws.com/<TAG_NAME>.template
27+
```
28+
2129
> **Note:**
2230
> When updating the CloudFormation Stack, the Tug version is not automatically
2331
> updated given that it is a parameter of the Stack. So you must manually override

0 commit comments

Comments
 (0)