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 2e98e5e commit c46af75
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:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
source: "./build/"
source: "."
target: "/home/hw23/project/nodam-nodam/"
rm: true

Expand Down

0 comments on commit c46af75

Please sign in to comment.