Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
Works with
•JSR Score70%•This package works with Node.js, Deno, Bun


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 }}