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 8583946 commit 2f39f3f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ jobs:
- name: Install dependencies
run: npm install

- name: Debug
run: |
ls -la
npm run build
- name: Change working directory to client
run: cd client

- name: Build Website
- name: Create build directory
run: npm run build

- name: Debug
run: ls -la build

- name: Set AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand All @@ -37,4 +38,4 @@ jobs:
aws-region: eu-west-2

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

0 comments on commit 2f39f3f

Please sign in to comment.