Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

Akash on Github Actions Update Deploy

v1.0.1

Akash on Github Actions Update Deploy

play

Akash on Github Actions Update Deploy

Update a deployment on Akash with a deploy.yml

Installation

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

              

- name: Akash on Github Actions Update Deploy

uses: ovrclk/[email protected]

Learn more about this action in ovrclk/akash-ghaction-updatedeploy

Choose a version

Update Akash Deploy

Sets up the Akash CLI for Github Action use. Installs the latest Akash CLI, Imports Keys, and deployment Certificates.

Inputs

AKASH_DSEQ

Required akash deployment sequence

AKASH_PROVIDER

Required the provider address to target

SDL_PATH

Optional The path of the SDL file to send to the provider

Example usage

- name: Akash on Github Actions Update Deploy
  uses: ovrclk/akash-ghaction-updatedeploy
  with:
    AKASH_DSEQ: 12345
    AKASH_PROVIDER: akash1234
    SDL_PATH: deploy.yml