summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorElizabeth Alexander Hunt <me@liz.coffee>2025-05-10 17:31:06 -0700
committerElizabeth Alexander Hunt <me@liz.coffee>2025-05-10 18:13:23 -0700
commit3a06e32e2724bcc349bbbfa93c08c23a7c732ad4 (patch)
treeb71504605a45e504cc31cc9ecc22a6346b149c32 /.ci
parentfa8f3f9465e87d499f7d6428323f496a884b7818 (diff)
downloadci-3a06e32e2724bcc349bbbfa93c08c23a7c732ad4.tar.gz
ci-3a06e32e2724bcc349bbbfa93c08c23a7c732ad4.zip
Flesh out ansible playbook job.
Diffstat (limited to '.ci')
-rw-r--r--.ci/ci.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/ci.ts b/.ci/ci.ts
index c876762..b79a830 100644
--- a/.ci/ci.ts
+++ b/.ci/ci.ts
@@ -67,6 +67,7 @@ const getPipeline = () => {
const thenDeploy: AnsiblePlaybookJob = {
type: "ansible_playbook",
arguments: {
+ path: "infra",
playbooks: "playbooks/ci.yml",
},
};