What is it you're looking to deploy?
If it's mainly SAS code (eg data engineering or data science projects), or SAS-Powered Web Apps, the SASjs framework (disclaimer - built by my team) could be a good fit. These tools are free to use, open source, comprehensive, and work across Viya 4 / Viya 3.5 / SAS 9 EBI and even Foundation SAS.
On the Viya side they make use of the REST APIs and a client/secret pair to handle all connections to SAS. It allows your developers to work locally, in a GIT repository and their preferred IDE, to compile / build / deploy projects to SAS.
Being terminal based, everything is possible as part of a CI/CD pipeline / action / runner.
Some videos here: https://www.youtube.com/channel/UCJ7O833IUmeUAYTWTvSFNRQ
An explainer here: https://communities.sas.com/t5/SAS-Global-Forum-Proceedings/Scaffolding-SAS-Projects-With-NPM-and-SA...
Some additional 'goodies' from using the framework:
* An opinionated structure for SAS projects - easily migrate developers from one project to anther
* A linter to automatically quality check SAS code during a git pre-commit or server build
* Ability to run jobs, job flows, web services, manage viya folders etc
* Self-documenting jobs / services / tests (uses Doxygen)
* An integrated TESTING framework
Docs: https://cli.sasjs.io
Github: https://github.com/sasjs
/Allan
/Allan
SAS Challenges - SASensei
MacroCore library for app developers
SAS networking events (BeLux, Germany, UK&I)Data Workflows, Data Contracts, Data Lineage, Drag & drop excel EUCs to SAS 9 & Viya -
Data ControllerDevOps and AppDev on SAS 9 / Viya / Base SAS -
SASjs