Skip to content

GitHub Action for Deckrun - deck

Actions
Use deck to manage your Deckrun resources
v1.0.1
Latest
Star (0)

GitHub Action for Deckrun

Use deck to manage your Deckrun resources.

Usage

To install the latest version of deck and use it in GitHub Actions workflows, create a Deckrun API token, add it as a secret to your repository, and add the following step to your workflow:

    - name: Install deck
      uses: deckrun/setup-deck@v1
      with:
        token: ${{ secrets.DECKRUN_API_TOKEN }}

deck will now be available in the virtual environment and can be used directly in the following steps.

As an example, you could deploy the application using Deckrun:

    - name: Deploy Application
      run: deck deploy

Arguments

  • token – (Required) A Deckrun API token
  • version – (Optional) The version of deck to install. If excluded, the latest release will be used.

License

This GitHub Action and associated scripts and documentation in this project are released under the MIT License.

This repository is based on GitHub doctl Action

GitHub Action for Deckrun - deck is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Use deck to manage your Deckrun resources
v1.0.1
Latest

GitHub Action for Deckrun - deck is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.