Skip to main content
Home

Built and signed on GitHub Actions

Works with
This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
•JSR Score70%•
Downloads48/wk
•
Published2 years ago (0.4.0)

🧩 A ready to use CI/CD Pipeline for building and deploying to Wasmer Edge

# Do not edit this file directly. It is generated by https://deno.land/x/fluent_github_actions

name: Deploy
on:
  push:
    branches:
      - main
jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Setup Fluent CI
        uses: fluentci-io/setup-fluentci@v1
      - name: Run Dagger Pipelines
        run: fluentci run wasmer_pipeline
        env:
          WASMER_TOKEN: ${{ secrets.WASMER_TOKEN }}