Skip to content

Commit

Permalink
chore: ci-cd 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoya324 committed Sep 9, 2024
1 parent e00e520 commit 3227999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
username: ${{ secrets.USERNAME }}
key: ${{ secrets.PEM_KEY }}
source: "docker/docker-compose.yml"
target: "/home/${{ secrets.USERNAME }}/docker-compose.yml"
target: "/home/${{ secrets.USERNAME }}/docker/docker-compose.yml"
strip_components: 3
overwrite: true
debug: true
Expand Down

0 comments on commit 3227999

Please sign in to comment.