Skip to content

dredge-dev/dredge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dredge - Automates software DevOps workflows

Dredge is a open-source tool that seamlessly integrates with your DevOps tools to streamline and standardize your development and operations workflows, helping your team to work more efficiently and effectively.

cast

Installation

Install the drg command line tool and initialize the project.

curl https://dredge.dev/install.sh | bash
drg init

Dredgefile

A Dredgefile contains resources and workflows. See the docs for more information.

resources:
  release:
    - provider: github-releases
workflows:
- name: hello
  description: Say hello
  steps:
  - shell:
      cmd: echo hello

License

Dredge is licensed under the Apache 2.0 License.