Deploying from Commit That Started a Build

Aaron Jensen's Avatar

Aaron Jensen

21 Jun, 2019 05:57 PM

We use our build process to also do our deployments. When we merge into the master branch, our build knows that this build should be published out to GitHub and the PowerShell Gallery.

However, instead, I'd like to be able to build/deploy on-demand, after a build, when our team determines we that a specific branch/commit is ready to get deployed. Is there a way to run a deployment script out of our repository on the same commit that triggered a build?

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

    Ilya Finkelshteyn's Avatar

    Hi Aaron,

    For any built-in deployment provider you can use Environment deployment. Difference with Inline deployment (which you do now) is described here. However Environment deployment does not support custom scripts now. If your deployment is based on custom script, you can use a workaround called deployment project. It requires a little bit of scripting, but should not take too long to tune up.

    Let us know if you have any issues with it.

    Ilya.

  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

 

01 Oct, 2024 04:27 PM
26 Sep, 2024 03:49 PM
26 Sep, 2024 09:02 AM
25 Sep, 2024 07:07 PM
24 Sep, 2024 08:39 PM
24 Sep, 2024 06:47 AM