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