Skip to content

werf/trdl-actions

Repository files navigation

trdl

___

This repository provides actions for seamless integration of trdl into your GitHub Workflows.

Table of contents

Workflows

Install trdl with werf/trdl-actions/install action

- name: Install trdl
  uses: werf/trdl-actions/install@v0

- name: Use trdl binary
  run: |
    . $(trdl add app https://s3.example.com 12 e1d3c7bcfdf473fe1466c5e9d9030bea0fed857d0563db1407754d2795256e4d063b099156807346cdcdc21d747326cc43f96fa2cacda5f1c67c8349fe09894d)
    . $(trdl use app 2 stable)

    app version

Set up your application executable files with werf/trdl-actions/setup-app action

A specific application

- name: Setup application
  uses: werf/trdl-actions/setup-app@v0
  inputs:
    repo: app
    url: https://s3.example.com
    root-version: 12
    root-sha512: e1d3c7bcfdf473fe1466c5e9d9030bea0fed857d0563db1407754d2795256e4d063b099156807346cdcdc21d747326cc43f96fa2cacda5f1c67c8349fe09894d
    group: 2
    channel: stable

- name: Use application binaries
  run: app version

A preset application

- name: Setup werf
  uses: werf/trdl-actions/setup-app@v0
  inputs:
    preset: werf
    group: 2
    channel: stable

- name: Use werf binaries
  run: werf version

License

Apache License 2.0, see LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published