Skip to content

Commit

Permalink
Merge pull request #34 from in63119/feature-institution
Browse files Browse the repository at this point in the history
Test deploy
  • Loading branch information
in63119 authored Apr 8, 2024
2 parents afd2411 + 78610ba commit 5f34044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2

- name: Change to Front-end directory
run: cd Front-end

- name: Install dependencies
run: yarn
working-directory: ./Front-end

- name: Build static file
run: yarn run build
working-directory: ./Front-end

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand All @@ -32,3 +31,4 @@ jobs:

- name: Deploy static site to S3 bucket
run: aws s3 sync ./build s3://kirok.net
working-directory: ./Front-end

0 comments on commit 5f34044

Please sign in to comment.