UNPKG

kist

Version:

Lightweight Package Pipeline Processor with Plugin Architecture

10 lines (9 loc) 346 B
stages: - name: CopyBuildArtifacts description: "Copy build artifacts from the build directory to the deployment directory." steps: - name: CopyArtifacts action: DirectoryCopyAction options: srcDir: "./build" # Source directory destDir: "./deploy" # Destination directory