Deploying to APIGEE Edge using Github Actions

babuk0930
Participant III

Did any one here in community or APIGEE created any workflow in GitHub Actions which deploys proxies, products to APIGEE edge from GitHub

0 1 525
1 REPLY 1

Not applicable

I have never used git hun action. But used GitHub integrated with Jenkins. Each commit to git hun master branch will trigger a Jenkins job and that ultimately build a proxy and deploy to lower environment.

github action can do the same what Jenkins does in above case. You can configure it to execute some instructions to build and deploy APIs.