Skip to content

Commit

Permalink
ci: improve certificate cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
brynblack committed Aug 8, 2024
1 parent 3608eec commit a1706ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
echo 'Perform service deployment for feature'
nix develop .#ci --command bash -c $'
wrangler delete --name "polykey-docs-dev-$GITHUB_HEAD_REF" --force
DOMAIN="$GITHUB_HEAD_REF.dev.polykey.com/docs" ./scripts/ssl.sh
DOMAIN="$GITHUB_HEAD_REF.dev.polykey.com/docs" ./scripts/certs_cleanup.sh
'
2 changes: 1 addition & 1 deletion scripts/ssl.sh → scripts/certs_cleanup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/bin/sh
#!/usr/bin/env sh

response=$(curl -X GET "https://api.cloudflare.com/client/v4/zones/$ZONE_ID/ssl/certificate_packs" \
-H "Content-Type: application/json" \
Expand Down

0 comments on commit a1706ba

Please sign in to comment.