From 1f80b5e13e077ba29f1124df1623fc73d978fc25 Mon Sep 17 00:00:00 2001 From: Will Russell Date: Tue, 12 Nov 2024 12:17:08 +0000 Subject: [PATCH] fix: video spacing --- content/docs/14.best-practices/1.from-dev-to-prod.md | 2 ++ content/docs/14.best-practices/6.git.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/content/docs/14.best-practices/1.from-dev-to-prod.md b/content/docs/14.best-practices/1.from-dev-to-prod.md index 2b7ea04b55..f66030c91d 100644 --- a/content/docs/14.best-practices/1.from-dev-to-prod.md +++ b/content/docs/14.best-practices/1.from-dev-to-prod.md @@ -85,6 +85,8 @@ While we can be sure that our flows are valid, this will not check for logical e +--- + We can use CI/CD to automatically deploy our flows from our Git repository to our production instance of Kestra when they are merged to the `main` branch. With GitHub, we can use the official [Deploy Action](../version-control-cicd/cicd/01.github-action.md#kestra-actions), which uses the Kestra Server CLI under the hood, to deploy when a Pull Request is merged to `main`. diff --git a/content/docs/14.best-practices/6.git.md b/content/docs/14.best-practices/6.git.md index a192243629..604efb5496 100644 --- a/content/docs/14.best-practices/6.git.md +++ b/content/docs/14.best-practices/6.git.md @@ -14,6 +14,8 @@ However, if you want to use Git to track changes to your [Flows](../04.workflow- +--- + There are multiple ways to use Git with Kestra: - The [git.SyncFlows](/plugins/plugin-git/tasks/io.kestra.plugin.git.syncflows) pattern allows you to implement GitOps and use Git as a single source of truth for your flows. - The [git.SyncNamespaceFiles](/plugins/plugin-git/tasks/io.kestra.plugin.git.syncnamespacefiles) pattern allows you to implement GitOps and use Git as a single source of truth for your namespace files.