Skip to content

Commit

Permalink
fix(deploy): 파일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
마현우 committed Nov 19, 2023
1 parent 8c14e68 commit 134b3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Package Application
run: cd client && tar -czvf build.tar.gz build
run: tar -czvf build.tar.gz build

- name: Deploy React App
uses: appleboy/scp-action@v0.1.3
Expand Down

0 comments on commit 134b3ed

Please sign in to comment.