Commit b28bab6
authored
Update configure-ci-cd.md
A few tweaks here to update github action
**Update actions to supported versions**
```
actionlint .github/workflows/hypernode-deploy.yml
.github/workflows/hypernode-deploy.yml:16:15: the runner of "actions/checkout@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
|
16 | - uses: actions/checkout@v2
| ^~~~~~~~~~~~~~~~~~~
.github/workflows/hypernode-deploy.yml:17:15: the runner of "actions/cache@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
|
17 | - uses: actions/cache@v2
| ^~~~~~~~~~~~~~~~
```
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
**Add a retention limit to the deploy artifact**
To keep storage costs under control
**Add `run-name` for variable name
This allows us to see which specific branch triggered the deployment from within the github actions UI1 parent 0cdd9ea commit b28bab6
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| |||
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
109 | | - | |
110 | | - | |
| 111 | + | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| 127 | + | |
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
| |||
140 | 143 | | |
141 | 144 | | |
142 | 145 | | |
143 | | - | |
| 146 | + | |
144 | 147 | | |
145 | | - | |
| 148 | + | |
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
| |||
0 commit comments