File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -157,22 +157,6 @@ jobs:
157157
158158 kubectl rollout status deployment/httptoolkit-ui -n httptoolkit-ui
159159
160- - name : Redeploy container
161- uses : httptoolkit/scaleway-serverless-container-deploy-action@v1
162- with :
163- container_id : ${{ vars.SCW_API_CONTAINER_ID }}
164- region : ${{ vars.SCW_API_CONTAINER_REGION }}
165- secret_key : ${{ secrets.SCW_SECRET_KEY }}
166- registry_image_url : " registry.hub.docker.com/httptoolkit/ui:prod"
167-
168- - name : Redeploy failover container
169- uses : httptoolkit/scaleway-serverless-container-deploy-action@v1
170- with :
171- container_id : ${{ vars.SCW_FAILOVER_API_CONTAINER_ID }}
172- region : ${{ vars.SCW_FAILOVER_API_CONTAINER_REGION }}
173- secret_key : ${{ secrets.SCW_SECRET_KEY }}
174- registry_image_url : " registry.hub.docker.com/httptoolkit/ui:prod"
175-
176160 - name : Flush CDN cache
177161 run : |
178162 # Clear CDN cache to re-request content:
You can’t perform that action at this time.
0 commit comments