Deployment to GitHub

skaller's Avatar

skaller

25 Oct, 2015 08:57 AM

My yaml says:

deploy:
  release: felix-win64
  description: 'Felix for Windows x64'
  provider: GitHub
  auth_token: <hidden>
  artifact: felix-win64.zip
  draft: false
  prerelease: false
  on:
    branch: master
    appveyor_repo_tag: true

I commited tag trial-release.

Appveyor says:

Skip "GitHub" deployment as no branches matched (build branch is "trial-release", deploy on branches "master")

Huh?374

  1. 1 Posted by tomasz on 30 Mar, 2016 11:17 AM

    tomasz's Avatar

    Please fix this. When there is a tag, it is reported as branch name and this block deployment when the setup is as documented

    on: branch: master appveyor_repo_tag: true

  2. Support Staff 2 Posted by Feodor Fitsner on 30 Mar, 2016 09:15 PM

    Feodor Fitsner's Avatar
  3. 3 Posted by tomasz on 31 Mar, 2016 07:03 AM

    tomasz's Avatar

    Thanks, the regex branch name does the trick. Such solution will work with any repo not only GitHub webhook I Guess.

    Please close

  4. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:05 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac