Skip to content

Commit decafdb

Browse files
committed
Drop serverless containers & go full k8s
1 parent 26cec5f commit decafdb

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)