Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.42 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.42 KB

Nosana Pipeline Templates

This repository contains standard pipeline configurations that can be used directly in your '.nosana-ci.yml' file.

You can use these to create a project pipeline. They are not finished pipelines, but rather starting points for your own. These will need to be tailored to your specific project. They should, however, serve as a good starting point and assist you in getting started with your pipeline today.

Templates

NPM and Yarn Templates

This template is intended for Node.JS projects. It is based on the Node.JS Docker image.

Deno Template

This template is intended for Deno projects. It is based on the Deno Docker image.

Python Template

This template is intended for Python projects. It is based on the Python Docker image.

Go Template

This template is intended for Go projects. It is based on the Go Docker image.

PHP Template

This template is intended for PHP projects. It is based on the PHP Docker image.

Rust Template

This template is intended for Rust projects. It is based on the Rust Docker image.

Squads Template

This template is intended for Squads multisig projects. It is based on the Squads Docker image.