Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlhaDanylevska committed Jan 29, 2024
1 parent df88d73 commit 8583946
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
- name: Install dependencies
run: npm install

- name: Create build directory in client
run: mkdir -p client/build

- name: Debug
- name: Debug
run: |
ls -la
npm run build
Expand All @@ -40,4 +37,4 @@ jobs:
aws-region: eu-west-2

- name: Copy to S3
run: aws s3 sync client/build/ s3://video-recommendations
run: aws s3 sync build/ s3://video-recommendations

0 comments on commit 8583946

Please sign in to comment.