Skip to content

Commit

Permalink
Finish the deploy action update setup
Browse files Browse the repository at this point in the history
All now working nicely, I think?
  • Loading branch information
pimterry committed Aug 20, 2024
1 parent ba9155e commit a9d153d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
registry_image_url: "registry.hub.docker.com/httptoolkit/website:${{ vars.DOCKER_IMAGE_TAG }}"

- name: Redeploy failover container
uses: httptoolkit/scaleway-serverless-container-deploy-action@v1
uses: httptoolkit/deploy-scaleway-serverless-container-action@v1
if: ${{ vars.SCW_FAILOVER_API_CONTAINER_ID }}
with:
container_id: ${{ vars.SCW_FAILOVER_API_CONTAINER_ID }}
Expand All @@ -159,9 +159,6 @@ jobs:
- name: Flush CDN cache
if: ${{ vars.BUNNY_PULL_ZONE_ID }}
run: |
# Wait a little - the reploy command doesn't wait for the container to start up
sleep 30
# Clear CDN cache to re-request content:
curl -f --request POST \
--url https://api.bunny.net/pullzone/$PULL_ZONE_ID/purgeCache \
Expand Down

0 comments on commit a9d153d

Please sign in to comment.