Seamlessly orchestrate your infrastructure. Zero-downtime deployments, instant rollbacks, and comprehensive monitoring—all in one elegant platform.
name: Production Deploy
on:
push:
branches: ["main"]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: deployer/action@v2
with:
target: production
strategy: canary