From 906df197c93506ff92d89711dcf7ecd600d18f42 Mon Sep 17 00:00:00 2001 From: k000927 Date: Sat, 27 Jul 2024 02:03:14 +0900 Subject: [PATCH] test: actions test --- .github/workflows/client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 5322d26a..88af764d 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -23,4 +23,4 @@ jobs: aws-region: ap-northeast-2 - name: Deploy static site to S3 bucket - run: aws s3 sync ./ s3://hybridjgs-frontend \ No newline at end of file + run: aws s3 sync ./client s3://hybridjgs-frontend \ No newline at end of file