Skip to content

Commit a1706ba

Browse files
committed
ci: improve certificate cleanup script
1 parent 3608eec commit a1706ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/clean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
echo 'Perform service deployment for feature'
3030
nix develop .#ci --command bash -c $'
3131
wrangler delete --name "polykey-docs-dev-$GITHUB_HEAD_REF" --force
32-
DOMAIN="$GITHUB_HEAD_REF.dev.polykey.com/docs" ./scripts/ssl.sh
32+
DOMAIN="$GITHUB_HEAD_REF.dev.polykey.com/docs" ./scripts/certs_cleanup.sh
3333
'

scripts/ssl.sh renamed to scripts/certs_cleanup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#/bin/sh
1+
#!/usr/bin/env sh
22

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

0 commit comments

Comments
 (0)