Skip to content
play

GitHub Action

Zeet Run

v1.3.0 Latest version

Zeet Run

play

Zeet Run

Run job on demand with Zeet

Installation

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

              

- name: Zeet Run

uses: zeet-co/[email protected]

Learn more about this action in zeet-co/zeet-run-action

Choose a version

Zeet Run Action

Use this Github Action to run a Job on Zeet.

Example

    steps:
      - name: Run command
        uses: zeet-co/zeet-run-action@v1
        with:
          deploy_key: ${{ secrets.ZEET_TOKEN }}
          project: zeet-demo/zeet-demo-node
          command: whoami

Params

Name Description Required
api_url The Zeet API URL No
deploy_key Zeet API Key: Create by going to https://zeet.co/account/api, or to Dashboard > Team Settings > API Keys > New API Key. Yes
project_name The project name Yes (or use project_id)
project_id The project id Yes (or use project_name)
command The command to run Yes
build Trigger build, or use the latest image No (default false)
wait Wait for the command to finish, while streaming its output No (default false)

Outputs

link: the link to the job in the Dashboard