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 639ef64 commit b914345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
source: "build/"
target: "/home/${{ secrets.SERVER_USERNAME }}/project/nodam-nodam/"
source: build/
target: /home/${{ secrets.SERVER_USERNAME }}/project/nodam-nodam/
rm: true
debug: true

0 comments on commit b914345

Please sign in to comment.