We are trying to build CICD using Github and Github actions.
Could we get help around setting up Github for Appian.
Discussion posts and replies are publicly visible
Go through this link for better understandinghttps://github.com/appian/devops-quickstart
kavyshreeh7335 : I am not completely know about the github CI/CD but check this link : devops-quickstart/README.md at master · appian/devops-quickstart · GitHub
Along with the link which Shubham already mentioned below.
You can also try using this plugin https://community.appian.com/b/appmarket/posts/github-connected-system which can help for further enhancing the integration.
We tried to import the zipped file given in the site. But unable to connect to Appian repository.
We want to understand how Github connects to Appian repository.
Is it via the IP or URL? or via any other handshake method?
Hi,
guide to setting up GitHub for managing Appian applications, especially focusing on CI/CD processes using GitHub and GitHub Actions:
Create GitHub Repository:
Export and Prepare Appian Application:
Initialize and Push to GitHub:
git init
git add .
git commit -m "Initial commit"
git push -u origin main
Setup GitHub Actions for CI/CD:
Automate Deployment Using Appian APIs:
Wow !! this is great job !!!