Skip to content

Commit d692c00

Browse files
committed
update readme
1 parent 9c516f9 commit d692c00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ See [action.yml](action.yml)
1717

1818
## Deployment Strategies
1919

20+
This action supports two blue/green deployment strategies: `swap_cnames` and `shared_alb`.
21+
22+
The default strategy is `swap_cnames`.
23+
2024
### `swap_cnames`
2125

2226
The `swap_cnames` strategy uses the value of the `production_cname` input to determine which environment is the production environment.
@@ -74,7 +78,6 @@ jobs:
7478
promote: ${{ github.ref_name == 'main' }}
7579
source_bundle: "bundle.zip"
7680
staging_cname: "blue-green-beanstalk-staging" # must be available
77-
strategy: "swap_cnames"
7881
version_description: "Deployed by ${{ github.triggering_actor }}"
7982
version_label: ${{ github.ref_name }}-${{ github.sha }}
8083
```

0 commit comments

Comments
 (0)