Skip to content

ovrclk/akash-ghaction-updatedeploy

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Update Akash Deploy

Updates an existing deployment on Akash, using the DSEQ and deploy.yml file that is specified.

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