Skip to content
code

GitHub Action

fission

v1.0.0 Latest version

fission

code

fission

A action for Fission functions

Installation

Copy and paste the following snippet into your .yml file.

              

- name: fission

uses: fission/[email protected]

Learn more about this action in fission/action

Choose a version

Fission Action 🚀

Fission action uses a generic container to build a GitHub action based workflow for deploying Fission functions to a Kubernetes cluster. This generic container in future will be potentially extended to be used in other CI/CD tools.

How to use

The actual usage of the fission action is demonstrated in the repository fission/action-demo