Deploy specific file

Martin Delille's Avatar

Martin Delille

12 Nov, 2014 05:02 PM

My Qt project produce an EXE installer that I'd like to deploy to Github upon release. Currently my deployement setup is:

deploy:
  provider: Environment
  name: production
  on:
    branch: appveyor
    appveyor_repo_tag: true

How can I tell appveyor to deploy this specific file?

  1. Support Staff 1 Posted by Feodor Fitsner on 12 Nov, 2014 05:25 PM

    Feodor Fitsner's Avatar

    Hi Martin,

    You goal is deploying to GitHub Releases?

  2. 2 Posted by Martin Delille on 13 Nov, 2014 10:51 AM

    Martin Delille's Avatar

    Yes

  3. Support Staff 3 Posted by Feodor Fitsner on 13 Nov, 2014 08:00 PM

    Feodor Fitsner's Avatar

    Oh, seems your only option is to use GitHub API in a build script (say, "deploy_script").
    I've added a new issue to have GitHub Releases as a built-in provider: https://github.com/appveyor/ci/issues/56

  4. 4 Posted by Martin Delille on 13 Nov, 2014 10:51 PM

    Martin Delille's Avatar

    Ok I will try that! Thanks for the info I didn't know github offered an API for that.

  5. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:50 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

 

03 Oct, 2024 07:07 PM
01 Oct, 2024 05:06 PM
01 Oct, 2024 04:27 PM
26 Sep, 2024 03:49 PM
26 Sep, 2024 09:02 AM
25 Sep, 2024 07:07 PM