Skip to main content

Acumatica CICD pipeline implementation using GitHub actions

  • May 20, 2025
  • 1 reply
  • 249 views

Title: CI/CD Pipeline Implementation for Acumatica ERP Using GitHub Actions
We’ve recently implemented a CI/CD pipeline specifically designed for Acumatica ERP to streamline customization development and deployment process.
We adopted GitHub Actions to automate both low-code and full code-level customizations. The goal was to reduce manual intervention, improve consistency, and increase deployment speed across multiple environments.
🔧 Our Setup:

  • 4 Acumatica environments: DEV, QA, STAGE, PROD
  • Server: Windows (latest)
  • Repository structure: Separate Git repos for customization source code and dependent DLLs

✅ Key Outcomes:

  • Seamless Git integration for version control and collaboration
  • Automated build, import, and publish steps
  • Notifications for deployment events
  • Centralized logging for transparency and troubleshooting
  • Quicker release cycles for features and bug fixes

We’re sharing this to contribute to the community and would love to exchange ideas with others implementing DevOps practices with Acumatica.
Have you tried a similar setup? What worked for you?


Ashish

1 reply

Tony Lanzer
Pro III
Forum|alt.badge.img+2
  • Pro III
  • June 11, 2025

@AshishZW, Would like to hear more details.