summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
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",
},
};