This Github action will deploy instance of Eclipse Che®.
- running minikube instance (with ingress addons)
- tested on ubuntu 20.04
# Install che
name: che
# Trigger the workflow on push or pull request
on: [push, pull_request]
jobs:
install:
runs-on: ubuntu-20.04
steps:
- name: Deploy Eclipse Che
id: deploy-che
uses: che-incubator/che-deploy-action@main
steps:
- name: Deploy Eclipse Che
id: deploy-che
uses: che-incubator/che-deploy-action@main
with:
<Use a parameter from the list below>: <specify here the value>
Specify the image to use for the plug-in registry. Format: image:tag
Specify the image to use for the devfile registry. Format: image:tag required: false
Specify the image to use for the che server. Format: image:tag
Skip chectl install step if set to true. In this case, chectl needs to be available in the PATH
Channel to use for chectl. Default is next. Choice: 'next' or 'stable'
This action will set outputs to the current step
URL of the che-server started by this action
User Access Token
"Che" is a trademark of the Eclipse Foundation.