From 3397af742854d29ffdce3e8003bfa0afd856f303 Mon Sep 17 00:00:00 2001 From: Luke Carr <24438483+lukecarr@users.noreply.github.com> Date: Tue, 11 Oct 2022 15:37:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Changed=20CI=20deployment=20to?= =?UTF-8?q?=20use=20production=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b6b24cb..8c4d2a4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,4 +23,4 @@ jobs: with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} - command: pages publish out --project-name=www + command: pages publish out --project-name=www --branch=production