name: Deploy to Production on: push: branches: [main] jobs: deploy: runs-on: [self-hosted, host] timeout-minutes: 15 steps: - uses: actions/checkout@v3 with: fetch-depth: 1 - name: Deploy (rolling zero-downtime) run: bash scripts/deploy-bluegreen.sh