Skip to content

Commit f2f1e34

Browse files
committed
👷 [cicd] : CD 파일 전송 경로 수정
1 parent 1c3bc12 commit f2f1e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
key: ${{ secrets.FRONT_HOST_KEY }}
4040
port: ${{ secrets.FRONT_HOST_PORT }}
4141
source: "dist/*"
42-
target: /
42+
target: /home/${{ secrets.FRONT_HOST_USERNAME }}/
4343
#
4444
# - name: Create nginx.conf
4545
# run: touch ./nginx.conf

0 commit comments

Comments
 (0)