
CircleCI
CircleCI's parallelism and caching make Elixir test suites faster. Gigalixir's git-based deployment makes the deploy step simple. Combine them for a pipeline that tests thoroughly and deploys reliably.
Fast Elixir Builds: CircleCI's Elixir orbs and caching reduce build times. Cache your deps and _build directories. Run tests in parallel across containers.
Simple Deploy Step: Add Gigalixir as a remote and push. No complex deployment scripts. The same command you run locally works in CircleCI.
Context-Based Secrets: Store Gigalixir credentials in CircleCI contexts. Share them across projects, restrict access by team, rotate without touching config files.
Workflow Flexibility: Deploy from specific branches, require manual approval for production, run different pipelines for different trigger conditions. CircleCI workflows handle the logic.
