Skip to content
ArceApps Logo ArceApps
ES
Back

Articles with tag: CI/CD

8 articles found

GitHub Agentic Workflows: Automation With ...
CI/CD June 10, 2026

GitHub Agentic Workflows: Automation With ...

CI/CD already automates builds and deploys, but we still spend hours on triage, CI failures, and stale documentation. GitHub Agentic Workflows pushes automation one step further: agents operating inside defined guardrails to handle that repetitive work with judgement.

Read more
The Socratic Agent Series (Part 2): Spec-D...
AI May 16, 2026

The Socratic Agent Series (Part 2): Spec-D...

How AI's desire to please you is destroying your codebase. We explore Spec-Driven Development frameworks and how to implement Socratic verification gates in your Android CI pipeline.

Read more
Orchestrating AI Agents in Your Android CI/CD Pipeline
AI March 9, 2026

Orchestrating AI Agents in Your Android CI/CD Pipeline

Learn how to integrate specialized AI agents (code review, documentation, benchmarks) into your Android CI/CD pipeline using GitHub Actions and AGENTS.md.

Read more
Semantic Versioning in CI/CD
DevOps December 5, 2025

Semantic Versioning in CI/CD

Master semantic versioning in CI/CD pipelines. Learn to calculate versions automatically and ensure traceability in your Android deployments.

Read more
Automated Deployment to Google Play Store with GitHub Act...
GitHub Actions October 30, 2025

Automated Deployment to Google Play Store with GitHub Act...

Learn how to configure a robust Continuous Deployment pipeline that automatically compiles, signs, and publishes your Android App to Google Play Store.

Read more
GitHub Actions: The Engine of Your CI/CD
GitHub Actions October 25, 2025

GitHub Actions: The Engine of Your CI/CD

Learn the fundamentals of GitHub Actions to automate your Android CI/CD workflows, from running tests to automated deployment on Google Play Store.

Read more
Automated Documentation: CI/CD with Dokka and MkDocs
Documentation October 18, 2025

Automated Documentation: CI/CD with Dokka and MkDocs

Generate and deploy your Android documentation automatically. How to set up GitHub Actions to publish KDoc and MkDocs to GitHub Pages.

Read more
Automated Versioning in Android with CI/CD
Android October 18, 2025

Automated Versioning in Android with CI/CD

Stop manually bumping `versionCode`. Use GitHub Actions and SemVer to automate your Android app versioning strategy.

Read more