From 654f1539d360f4891fbd77ef1ffdcfa470a16b78 Mon Sep 17 00:00:00 2001 From: Thijs Daniels Date: Fri, 3 May 2024 01:53:40 +0200 Subject: [PATCH] ci: separate build from deploy --- .github/workflows/release.yml | 1 + turbo.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0317f5a0..b877630a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,7 @@ jobs: - name: Deploy Apps run: | export NODE_OPTIONS="--max_old_space_size=4096" + npm run build npm run deploy version: diff --git a/turbo.json b/turbo.json index 434365c2..526f68d0 100644 --- a/turbo.json +++ b/turbo.json @@ -16,7 +16,6 @@ "outputs": ["dist/**", ".next/**", ".storybook/**"] }, "deploy": { - "dependsOn": ["build"], "env": ["CDK_DEFAULT_ACCOUNT", "CDK_DEFAULT_REGION", "DOMAIN_NAME"] }, "destroy": {