|
We have setup custom deployment to one of our customer's on-premise servers. The problem is that the deployment pipeline now asks for an AUTHCONTEXT Secret. We have the Authcontext when we deploy to cloud environments, but how do we create it for On-Premise Deployments? |
Replies: 4 comments
|
The answer I got two years ago might also work for you: #519 (comment) |
|
Tried it but doesn't seem to work. It just says that it cannot authenticate |
|
We had the custom deployment script in the .AL-Go Folder and not the .github folder. Moved it into the .github folder and now it doesn't ask for the authcontext again. Seems to work now. |
|
@frottke Maybe you can help with this. The Custom Script is now running, it is able to download the artifacts on the On-Premise agent runner, but the |
The answer I got two years ago might also work for you: #519 (comment)