Skip to content

Commit

Permalink
config: BE Actions 수정(10)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-taewon-kim committed Oct 31, 2024
1 parent 9e256a9 commit 698d1d1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ jobs:
- name: Transfer built files via SCP
run: |
cd ./be/dist
zip -r dist.zip dist package.json pnpm-lock.yaml
cd ..
cd ./be
zip -r dist.zip dist node_modules
scp -P ${{ secrets.SERVER_PORT }} ./dist.zip ${{ secrets.SSH_USER }}@${{ secrets.SERVER_IP }}:/home/${{ secrets.SSH_USER }}/deploy/clovapatra/dist.zip
- name: Execute remote commands
Expand Down

0 comments on commit 698d1d1

Please sign in to comment.