Skip to content

Commit

Permalink
ci: separate build from deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsdaniels committed May 2, 2024
1 parent 692f7c1 commit 654f153
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Deploy Apps
run: |
export NODE_OPTIONS="--max_old_space_size=4096"
npm run build
npm run deploy
version:
Expand Down
1 change: 0 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"outputs": ["dist/**", ".next/**", ".storybook/**"]
},
"deploy": {
"dependsOn": ["build"],
"env": ["CDK_DEFAULT_ACCOUNT", "CDK_DEFAULT_REGION", "DOMAIN_NAME"]
},
"destroy": {
Expand Down

0 comments on commit 654f153

Please sign in to comment.