Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 489 Bytes

File metadata and controls

33 lines (25 loc) · 489 Bytes

TODO: Add GitHub Actions documentation

Prerequisites

Install the GitHub CLI

brew install gh
# .github/workflows/deploy.yml
name: Deploy

on:
  push:
    branches:
      - main

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4

      - name: Setup Kamal
        uses: scarver2/kamal-action@v1

      - name: Deploy
        run: kamal deploy