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_aws_codepipeline

version: 0.2
phases:
  install:
    commands:
      - curl -fsSL https://deno.land/x/install/install.sh | sh
      - export DENO_INSTALL="$HOME/.deno"
      - export PATH="$DENO_INSTALL/bin:$PATH"
      - deno install -A -r https://cli.fluentci.io -n fluentci
      - curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
      - mv bin/dagger /usr/local/bin
      - dagger version
  build:
    commands:
      - fluentci run wasmer_pipeline
  post_build:
    commands:
      - echo Build completed on `date`
env:
  secrets-manager:
    WASMER_TOKEN: wasmer:WASMER_TOKEN