Skip to content

Commit

Permalink
Merge pull request #147 from 2024-startup/BE/feat/#142
Browse files Browse the repository at this point in the history
fix: CD 수정
  • Loading branch information
kalsteve authored May 30, 2024
2 parents addc1d5 + dc93d8b commit bf6137e
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 bf6137e

Please sign in to comment.