Skip to content

Commit

Permalink
fix: CD 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kalsteve committed May 30, 2024
1 parent e72223c commit dc93d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
host: ${{ secrets.REMOTE_SSH_HOST }}
username: ${{ secrets.REMOTE_SSH_USERNAME }}
key: ${{ secrets.REMOTE_SSH_KEY }}
source: ./output/*
source: ./app/*
target: ./

# 서버에서 Docker 이미지 빌드 및 실행
Expand Down

0 comments on commit dc93d8b

Please sign in to comment.