Skip to content

Commit 30b7e7f

Browse files
committed
Fix Prod deployment
1 parent 5f94bba commit 30b7e7f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,11 @@ jobs:
8484
include-hidden-files: true
8585
name: build-prod
8686
path: |
87-
.aws-sam/
8887
dist/
8988
dist_ui/
9089
9190
- name: Clean and run QA build
92-
run: rm -rf dist/ && rm -rf dist_ui/ && make build
91+
run: sudo rm -rf dist/ && sudo rm -rf dist_ui/ && make build
9392
env:
9493
HUSKY: "0"
9594
VITE_RUN_ENVIRONMENT: qa
@@ -101,7 +100,6 @@ jobs:
101100
include-hidden-files: true
102101
name: build-qa
103102
path: |
104-
.aws-sam/
105103
dist/
106104
dist_ui/
107105

.github/workflows/deploy-qa.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ jobs:
8080
include-hidden-files: true
8181
name: build
8282
path: |
83-
.aws-sam/
8483
dist/
8584
dist_ui/
8685

0 commit comments

Comments
 (0)