Skip to content
upload-cloud

GitHub Action

Shipa Cloud

0.0.2 Latest version

Shipa Cloud

upload-cloud

Shipa Cloud

Manage cloud-native deployments and policies on Kubernetes using GitHub Actions and Shipa

Installation

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

              

- name: Shipa Cloud

uses: shipa-corp/shipa-gh-action@0.0.2

Learn more about this action in shipa-corp/shipa-gh-action

Choose a version

Shipa GitHub Action

GitHub Action for managing cloud-native applications and policies on Kubernetes using Shipa

Inputs

shipa-action - path to Shipa action yml file.

Compatibility matrix

For Shipa Cloud the required version is shipa-corp/shipa-gh-action@0.0.2

A compatibility matrix for Self-Hosted versions of Shipa:

Self-Hosted version of Shipa shipa < 1.6.4 shipa >= 1.6.4
shipa-corp/shipa-gh-action@0.0.1 + -
shipa-corp/shipa-gh-action@0.0.2 - +

Example usage

  steps:
    - name: Checkout
      uses: actions/checkout@v2
    - name: Create shipa app
      uses: shipa-corp/shipa-gh-action@0.0.2
      env:
        SHIPA_TOKEN: ${{ secrets.SHIPA_TOKEN }}
        SHIPA_HOST: ${{ secrets.SHIPA_HOST }}
      with:
        shipa-action: './example/shipa-action.yml'