Skip to content

Commit d184653

Browse files
authored
Merge pull request #22 from RussKie/Enable_signing_policy
Enable test signing policy
2 parents f9c7145 + 956ff9b commit d184653

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

appveyor.yml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,14 @@ artifacts:
6060
# deployment configuration #
6161
#---------------------------------#
6262

63-
# Commented out as we need to create a new signing policy.
64-
# deploy:
65-
# - provider: Webhook
66-
# on:
67-
# ARTIFACT_SIGNING_ENABLED: true
68-
# url: https://app.signpath.io/API/v1/7c19b2cf-90f7-4d15-9b12-1b615f7c18c4/Integrations/AppVeyor?SigningPolicyId=5c9879c7-0dea-4303-8e5b-fc4192a7b0de
69-
# on_build_success: true
70-
# on_build_failure: false
71-
# on_build_status_changed: false
72-
# method: POST
73-
# authorization:
74-
# secure: RdmJQ3LAsGIbtqbxlcn7wF8ESTbPSDiR0Fmyt11mDl+avSDd0HKexHA+sWQA3cN1K8aVnKTzvjGTQS8DSDmLzQ==
63+
deploy:
64+
- provider: Webhook
65+
on:
66+
ARTIFACT_SIGNING_ENABLED: true
67+
url: https://app.signpath.io/API/v1/7c19b2cf-90f7-4d15-9b12-1b615f7c18c4/Integrations/AppVeyor?SigningPolicyId=8a4ce84a-78d1-4fc0-8c0c-7cd51fb108c0
68+
on_build_success: true
69+
on_build_failure: false
70+
on_build_status_changed: false
71+
method: POST
72+
authorization:
73+
secure: RdmJQ3LAsGIbtqbxlcn7wF8ESTbPSDiR0Fmyt11mDl+avSDd0HKexHA+sWQA3cN1K8aVnKTzvjGTQS8DSDmLzQ==

0 commit comments

Comments
 (0)