game-algorithms/.woodpecker/wasm-o-x-rust.yml

18 lines
472 B
YAML

pipeline:
build and publish:
image: git.koval.net/cyclane/game-algorithms/wasm-pack
settings:
actions: build,publish
folder: wasm/o-x-rust
scope: game-algorithms
username: cyclane
token:
from_secret: DEPLOY_TOKEN
registry: https://git.koval.net/api/packages/cyclane/npm/
when:
path:
include:
- wasm/o-x-rust/*
- .woodpecker/wasm-o-x-rust.yml
depends_on:
- tools-wasm-pack-plugin