ops: update release-to-production.sh with proper promote/settle APIs
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
- pushed
- by user · WAL seq 415 · 2026-08-25T19:23:40.937090Z
Changed files
-
modified
ops/deploy/release-to-production.sh
Diff
1 file changed, +28 -10
ops/deploy/release-to-production.sh modified +28 -10
@@ -45,7 +45,7 @@ rpc_file() {
| 45 | 45 |
|
| 46 | 46 |
|
| 47 | 47 |
|
| 48 |
|
|
| 48 |
|
|
| 49 | 49 |
|
| 50 | 50 |
|
| 51 | 51 |
|
@@ -73,14 +73,31 @@ echo "image digest: $digest"
| 73 | 73 |
|
| 74 | 74 |
|
| 75 | 75 |
|
| 76 |
|
|
| 77 |
|
|
| 76 |
|
|
| 77 |
|
|
| 78 |
|
|
| 79 |
|
|
| 80 |
|
|
| 81 |
|
|
| 82 |
|
|
| 83 |
|
|
| 84 |
|
|
| 85 |
|
|
| 86 |
|
|
| 87 |
|
|
| 88 |
|
|
| 89 |
|
|
| 90 |
|
|
| 91 |
|
|
| 78 | 92 |
|
| 79 |
|
|
| 80 |
|
|
| 93 |
|
|
| 94 |
|
|
| 95 |
|
|
| 96 |
|
|
| 97 |
|
|
| 81 | 98 |
|
| 82 | 99 |
|
| 83 |
|
|
| 100 |
|
|
| 84 | 101 |
|
| 85 | 102 |
|
| 86 | 103 |
|
@@ -125,7 +142,8 @@ cat > "$settle" <<ELIXIR
| 125 | 142 |
|
| 126 | 143 |
|
| 127 | 144 |
|
| 128 |
|
|
| 145 |
|
|
| 146 |
|
|
| 129 | 147 |
|
| 130 | 148 |
|
| 131 | 149 |
|
@@ -151,10 +169,10 @@ else
| 151 | 169 |
|
| 152 | 170 |
|
| 153 | 171 |
|
| 154 |
|
|
| 172 |
|
|
| 155 | 173 |
|
| 156 |
|
|
| 157 |
|
|
| 174 |
|
|
| 175 |
|
|
| 158 | 176 |
|
| 159 | 177 |
|
| 160 | 178 |
|