Skip to content

Commit

Permalink
fix(deploy): 파일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
마현우 committed Nov 17, 2023
1 parent c46af75 commit 6a7021b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,5 @@ jobs:
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
source: "."
target: "/home/hw23/project/nodam-nodam/"
target: "/home/${{ secrets.SERVER_USERNAME }}/project/nodam-nodam/"
rm: true

- name: List Files on Remote Server
run: ssh ${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_HOST }} -p 22 "ls -l /home/hw23/project/nodam-nodam/"

0 comments on commit 6a7021b

Please sign in to comment.