Oryx
Oryx copied to clipboard
POST_BUILD_COMMAND documentation
Feature Request
Hi, we are building our repo and deploying it successfully using the linux app service deployment Oryx, we are using the POST_BUILD_COMMAND to curl a message to a webhook when the deployment has finished which is working correctly.
We want to be able to send some detail through about the build with that message, is it possible to get at some information in the post build command, such as if the Oryx script ran successfully, maybe details about the GIT push that triggered the build? I can't find any info about that.
Regards, Henry