Skip to content

Commit 99cb7ab

Browse files
committed
chore: Add comtrya deployments.
1 parent 615bf8f commit 99cb7ab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ A generic template to base your language-specific templates.
77
- [Woodpecker CI](https://woodpecker-ci.org) integration
88
- [lefthook](https://github.com/evilmartians/lefthook) pre-commit scripts
99
- [just](https://just.systems) and [go-task](https://taskfile.dev) task runners
10+
- [comtrya](https://github.com/comtrya/comtrya) deployment runners
1011
- [pipelight](https://pipelight.dev) CI pipelines
1112
- [goji](https://github.com/muandane/goji) and [cocogitto](https://github.com/cocogitto/cocogitto) conventional / commitizen commit message linting
1213
- [typos](https://github.com/crate-ci/typos) spell checking
@@ -34,6 +35,7 @@ just build
3435

3536
## Dependencies
3637
- cocogitto
38+
- comtrya
3739
- hurl
3840
- git-cliff
3941
- goji

justfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
comtrya -d comtrya -v apply
2+
comtrya -d setup -v apply
33
pipelight trigger --flag pre-commit --attach
44
pipelight logs -vv
55
just test
@@ -41,6 +41,7 @@ lint-commit-msg file:
4141

4242
# TODO:
4343
# - cocogitto
44+
# - comtrya
4445
# - hurl
4546
# - git-cliff
4647
# - goji

0 commit comments

Comments
 (0)