How to deploy artifacts from a given configuration?

steph's Avatar

steph

21 Jun, 2019 05:29 PM

This build project does multiple configurations. I'd like to ensure the deploy action is linked to a specific configuration.

How can I specify which config's artifacts should be used?

  1. 1 Posted by Ilya Finkelshte... on 21 Jun, 2019 10:26 PM

    Ilya Finkelshteyn's Avatar

    You can probably use conditional deployment, e.g. here you can set something like this:

      on:
        branch: master
        APPVEYOR_REPO_TAG: false
        R_VERSION: stable
    

    Let us know if this works for you.

  2. Ilya Finkelshteyn closed this discussion on 22 Aug, 2019 09:01 PM.

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