You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a custom deployment process for an OnPrem environment using a PowerShell script, but it's not being executed during the CI/CD workflow.
I have the following:
A repository with AL Go 4.0 and 2 PTE applications
A repository environment called Docker
.github\AL-Go-Settings.json with the following parameters:
A script called .github\DeployToOnPrem.ps1 that just prints the parameters given
A self-hosted GitHub runner with the label self-hosted
From what I can tell, the environment settings gets read successfully and the self-hosted runner executes the job as requested; but the Deploy step is performed by microsoft/AL-Go-Actions/Deploy@v4.0, and not DeployToOnPrem.ps1. The custom script is supposed to fire at this point, correct?
The text was updated successfully, but these errors were encountered:
I want to create a custom deployment process for an OnPrem environment using a PowerShell script, but it's not being executed during the CI/CD workflow.
I have the following:
Docker
.github\AL-Go-Settings.json
with the following parameters:.github\DeployToOnPrem.ps1
that just prints the parameters givenself-hosted
From what I can tell, the environment settings gets read successfully and the self-hosted runner executes the job as requested; but the Deploy step is performed by
microsoft/AL-Go-Actions/Deploy@v4.0
, and notDeployToOnPrem.ps1
. The custom script is supposed to fire at this point, correct?The text was updated successfully, but these errors were encountered: