We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c516f9 commit d692c00Copy full SHA for d692c00
README.md
@@ -17,6 +17,10 @@ See [action.yml](action.yml)
17
18
## Deployment Strategies
19
20
+This action supports two blue/green deployment strategies: `swap_cnames` and `shared_alb`.
21
+
22
+The default strategy is `swap_cnames`.
23
24
### `swap_cnames`
25
26
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:
74
78
promote: ${{ github.ref_name == 'main' }}
75
79
source_bundle: "bundle.zip"
76
80
staging_cname: "blue-green-beanstalk-staging" # must be available
77
- strategy: "swap_cnames"
81
version_description: "Deployed by ${{ github.triggering_actor }}"
82
version_label: ${{ github.ref_name }}-${{ github.sha }}
83
```
0 commit comments