Skip to content

Commit 02f3200

Browse files
committed
Drop serverless containers & go full k8s
1 parent 0676280 commit 02f3200

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -172,23 +172,6 @@ jobs:
172172
173173
kubectl rollout status deployment/httptoolkit-website -n httptoolkit-website
174174
175-
- name: Redeploy container
176-
uses: httptoolkit/deploy-scaleway-serverless-container-action@v1
177-
with:
178-
container_id: ${{ vars.SCW_API_CONTAINER_ID }}
179-
region: ${{ vars.SCW_API_CONTAINER_REGION }}
180-
secret_key: ${{ secrets.SCW_SECRET_KEY }}
181-
registry_image_url: "registry.hub.docker.com/httptoolkit/website:${{ vars.DOCKER_IMAGE_TAG }}"
182-
183-
- name: Redeploy failover container
184-
uses: httptoolkit/deploy-scaleway-serverless-container-action@v1
185-
if: ${{ vars.SCW_FAILOVER_API_CONTAINER_ID }}
186-
with:
187-
container_id: ${{ vars.SCW_FAILOVER_API_CONTAINER_ID }}
188-
region: ${{ vars.SCW_FAILOVER_API_CONTAINER_REGION }}
189-
secret_key: ${{ secrets.SCW_SECRET_KEY }}
190-
registry_image_url: "registry.hub.docker.com/httptoolkit/website:${{ vars.DOCKER_IMAGE_TAG }}"
191-
192175
- name: Flush CDN cache
193176
if: ${{ vars.BUNNY_PULL_ZONE_ID }}
194177
run: |

0 commit comments

Comments
 (0)