Skip to content

Commit

Permalink
feat: source frontend 경로 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
aak2075 committed Nov 23, 2023
1 parent 0943c23 commit f203bd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-develop-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend-main-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit f203bd1

Please sign in to comment.