-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from Pablommr/feature/broke-pipe-rollout
Fix broken rollout
- Loading branch information
Showing
2 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Deployment | ||
uses: Pablommr/[email protected].0 | ||
uses: Pablommr/[email protected].1 | ||
env: | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
|
@@ -94,7 +94,7 @@ Whether to watch the status of the latest rollout until it's done. The rollout o | |
### `KUBE_ROLLOUT_TIMEOUT` | ||
(String) | ||
|
||
Timeout to KUBE_ROLLOUT. This env must be in time format. (i.e.: 60s, 5m, 1h) and KUBE_ROLLOUT_TIMEOUT must be true. Defaul value is 20m. | ||
Timeout to KUBE_ROLLOUT. This env must be in time format. (i.e.: 60s, 5m, 1h) and KUBE_ROLLOUT must be true. Defaul value is 20m. | ||
|
||
<br> | ||
|
||
|
@@ -149,7 +149,7 @@ jobs: | |
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Deploy | ||
uses: Pablommr/[email protected].0 | ||
uses: Pablommr/[email protected].1 | ||
env: | ||
FILES_PATH: kubernetes | ||
KUBE_YAML: kubernetes/envs/prod/configmap.yaml | ||
|
@@ -165,6 +165,10 @@ In this setup, with FILES_PATH: kubernetes, you will apply all files under the k | |
|
||
# Change Log | ||
|
||
## v2.1.1 | ||
|
||
- Add to broke pipeline in case of rollout failed | ||
|
||
## v2.1.0 | ||
|
||
- Add KUBE_ROLLOUT_TIMEOUT option | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters