Skip to content

WIP deploy

WIP deploy #13

Workflow file for this run

name: dagger
on:
push:
branches: [main, dagger]
jobs:
build-publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
env:
NETLIFY_TOKEN: ${{ secrets.NETLIFY_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Call Dagger Function to build and publish to ghcr.io
uses: dagger/[email protected]
with:
version: "latest"
verb: call
args: ci --netlify-auth-token env://NETLIFY_TOKEN
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}