Skip to content

simpleidserver/FaasNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FaasNet - Serverless Functions

Build status

FaasNet makes it easy to deploy functions and API to Kubernetes without repetitive, boiler-plate coding.

For project documentation, please visit docs.

Command Line

Command Description
psake publishHelmAndWebsite Publish Helm Charts and the website

Packages

FaasNet.Runtime MyGet (dev) NuGet NuGet
FaasNet.Templates MyGet (dev) NuGet NuGet

How to release ?

  1. Build the Docker images and publish them into the Hub.
psake builderDockerImage
  1. Build the website and helm package and publish them into the GITHUB page.
psake publishHelmAndWebsite
  1. Create and publish the tag release.