Skip to content

fission/action-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fission Action Demo 🚀

This repository demonstrates Fission action with a simple NodeJS based function using Fission specs. The Fission action in the workflow applies the spec on a push event. The action needs three secrets and a simple workflow is defined as:

workflow "Fission CD" {
  on = "push"
  resolves = ["FissionCD"]
}

action "FissionCD" {
  uses = "docker://vishalbiyani/fission-action:7"
  secrets = ["CERTIFICATE_AUTHORITY", "SERVER_ADDRESS", "USER_TOKEN"]
}

Testing Locally

You can test actions locally with Act but this action can not be tested due to this issue

About

A demo of Fission Github action

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published