Skip to content

Commit 40ddcf8

Browse files
committed
ci: add autoapply tekton pipeline step
Signed-off-by: Xe Iaso <me@xeiaso.net>
1 parent 2713ebc commit 40ddcf8

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
when:
2+
- event: ["push"]
3+
branch: ["main"]
4+
5+
engine: tack
6+
7+
tack:
8+
tekton:
9+
pipeline: apply-pipeline
10+
service_account: xeiaso-net-alrest-autoapply
11+
params:
12+
repo-url: https://tangled.org/xeiaso.net/site
13+
workspaces:
14+
- name: repo
15+
access_modes: ["ReadWriteOnce"]
16+
storage: 4Gi

0 commit comments

Comments
 (0)