Skip to content

Commit

Permalink
test: actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
k000927 committed Jul 27, 2024
1 parent 906df19 commit 66cfdaa
Show file tree
Hide file tree
Showing 3 changed files with 13,253 additions and 3,311 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- test/gitAction

jobs:
deploy:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -21,6 +21,11 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ap-northeast-2
- name: npm install
run: npm install

- name: npm build
run: npm run build

- name: Deploy static site to S3 bucket
run: aws s3 sync ./client s3://hybridjgs-frontend
Loading

0 comments on commit 66cfdaa

Please sign in to comment.