From 205346a81df366cef465f0182f073496860d85fb Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Sat, 29 Oct 2022 14:27:33 -0700 Subject: [PATCH] Enable deploybot.app auto-deploy to production * When a commit on main passes tests, deploybot will start a deploy to production --- .github/deploybot.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/deploybot.yaml b/.github/deploybot.yaml index abc4b40d..597ab4b6 100644 --- a/.github/deploybot.yaml +++ b/.github/deploybot.yaml @@ -3,3 +3,4 @@ # Ordered list of Github Deployment environments deployments: - name: production + on_push: true