Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Commit cd47927

Browse files
authored
Merge pull request #690 from t-b/automated-appveyor-deployment
Backport: appveyor.yml: Add inline deployment on tag push
2 parents adc5421 + df710a0 commit cd47927

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

appveyor.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,3 +328,20 @@ artifacts:
328328
- path: ./*.exe
329329
- path: ./*.zip
330330
- path: ./*.msi
331+
332+
deploy:
333+
- provider: GitHub
334+
tag: $(APPVEYOR_REPO_TAG_NAME)
335+
description: "Release $(APPVEYOR_REPO_TAG_NAME)"
336+
auth_token:
337+
# User: cppTango-bot
338+
# Personal Access token with repo scope, encrypted via https://ci.appveyor.com/tools/encrypt
339+
secure: KnvPAbdhmiTQxTLOGq7nyNs6d1JYbKVKspPgigzQ3fDrI+nkaxqWCw6UmRkS2Gqe
340+
artifact: /.*/
341+
repository: tango-controls/cppTango
342+
draft: true
343+
prerelease: true
344+
force_update: true
345+
# deploy on tag push only
346+
on:
347+
APPVEYOR_REPO_TAG: true

0 commit comments

Comments
 (0)