Skip to content

Commit

Permalink
AppVeyor: Use SignPath release cert/only sign tags
Browse files Browse the repository at this point in the history
The SignPath release certificate for our project is not yet available as
of this writing, but this commit prepares the CI system to use the
release certificate whenever it becomes available.  It also restricts
signing only to tags, which correspond to official releases.  (That
mimics our traditional policy of not signing pre-release builds.)
  • Loading branch information
dcommander committed Aug 17, 2023
1 parent 5582269 commit 88214b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ test: off

deploy:
- provider: Webhook
url: https://app.signpath.io/API/v1/616cafe1-280b-4605-ab3b-da1345d91f61/Integrations/AppVeyor?ProjectSlug=turbovnc&SigningPolicySlug=test-signing
url: https://app.signpath.io/API/v1/616cafe1-280b-4605-ab3b-da1345d91f61/Integrations/AppVeyor?ProjectSlug=turbovnc&SigningPolicySlug=release-signing
authorization:
secure: 9vGndT9f79l6UdZ//rXtN7BURC6thUsokKoz9TfyRyfSU7pkTHEciklDMG2ScC/8NJlBweGH2D4jwegU1iTYBQ==
on:
appveyor_repo_tag: true
- provider: S3
access_key_id:
secure: Z74OYogQ6bNV/I+6b5ZEXig74+6MW2WLER0v/bPM/uk=
Expand Down

0 comments on commit 88214b9

Please sign in to comment.