From f203bd11167a69ed7777f74179b4c8e6514565af Mon Sep 17 00:00:00 2001 From: aak2075 Date: Thu, 23 Nov 2023 15:14:07 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20source=20frontend=20=EA=B2=BD=EB=A1=9C?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/frontend-develop-deploy.yml | 2 +- .github/workflows/frontend-main-deploy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/frontend-develop-deploy.yml b/.github/workflows/frontend-develop-deploy.yml index f70c3beb..0d5ec502 100644 --- a/.github/workflows/frontend-develop-deploy.yml +++ b/.github/workflows/frontend-develop-deploy.yml @@ -48,7 +48,7 @@ jobs: username: ubuntu host: ${{ secrets.HOST_WS }} key: ${{ secrets.PRIVATE_KEY_WS }} - source: "./storybook-static/*" + source: "./frontend/storybook-static/*" target: "/home/ubuntu/frontend-develop/storybook" strip_components: 1 diff --git a/.github/workflows/frontend-main-deploy.yml b/.github/workflows/frontend-main-deploy.yml index 3b06f347..dd7829b4 100644 --- a/.github/workflows/frontend-main-deploy.yml +++ b/.github/workflows/frontend-main-deploy.yml @@ -38,7 +38,7 @@ jobs: username: ubuntu host: ${{ secrets.HOST_WS }} key: ${{ secrets.PRIVATE_KEY_WS }} - source: "./dist/*" + source: "./frontend/dist/*" target: "/home/ubuntu/frontend-production/html" strip_components: 1 @@ -48,7 +48,7 @@ jobs: username: ubuntu host: ${{ secrets.HOST_WS }} key: ${{ secrets.PRIVATE_KEY_WS }} - source: "./storybook-static/*" + source: "./frontend/storybook-static/*" target: "/home/ubuntu/frontend-production/storybook" strip_components: 1