Skip to content

Commit

Permalink
chore: Add comtrya deployments.
Browse files Browse the repository at this point in the history
  • Loading branch information
yonas committed Oct 18, 2024
1 parent 615bf8f commit 99cb7ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ A generic template to base your language-specific templates.
- [Woodpecker CI](https://woodpecker-ci.org) integration
- [lefthook](https://github.com/evilmartians/lefthook) pre-commit scripts
- [just](https://just.systems) and [go-task](https://taskfile.dev) task runners
- [comtrya](https://github.com/comtrya/comtrya) deployment runners
- [pipelight](https://pipelight.dev) CI pipelines
- [goji](https://github.com/muandane/goji) and [cocogitto](https://github.com/cocogitto/cocogitto) conventional / commitizen commit message linting
- [typos](https://github.com/crate-ci/typos) spell checking
Expand Down Expand Up @@ -34,6 +35,7 @@ just build

## Dependencies
- cocogitto
- comtrya
- hurl
- git-cliff
- goji
Expand Down
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
comtrya -d comtrya -v apply
comtrya -d setup -v apply
pipelight trigger --flag pre-commit --attach
pipelight logs -vv
just test
Expand Down Expand Up @@ -41,6 +41,7 @@ lint-commit-msg file:

# TODO:
# - cocogitto
# - comtrya
# - hurl
# - git-cliff
# - goji
Expand Down

0 comments on commit 99cb7ab

Please sign in to comment.