Skip to content

Commit 28c71e9

Browse files
author
Julien CAFFET
committed
Add CI/CD
1 parent feba9a1 commit 28c71e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-frontend.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
PRODUCT: wallet
2424
APPLICATION: frontend
2525
AWS_DEFAULT_REGION: eu-west-1
26-
BUILD_DIR: frontend/build
26+
BUILD_DIR: ./frontend/build
2727

2828
steps:
2929
- uses: actions/checkout@v4
@@ -73,6 +73,7 @@ jobs:
7373
- name: Building sources
7474
run: |
7575
mkdir build
76+
ls -la
7677
npm run build --if-present
7778
working-directory: ${{ env.BUILD_DIR }}
7879

0 commit comments

Comments
 (0)