Skip to content

Instantly share code, notes, and snippets.

View ethanke's full-sized avatar
🎯
Focusing

Ethan Kerdelhue ethanke

🎯
Focusing
View GitHub Profile
@ethanke
ethanke / deploy.yaml
Created December 2, 2025 17:00
Judge CI/CD workflow
name: Build and Deploy
on:
push:
branches: [main, master]
workflow_dispatch:
inputs:
commit_sha:
description: 'Commit SHA to deploy'
required: false