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 c6b5f4c commit 0afff53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Check and copy docker-compose into instance
- name: Check docker-compose.yml file
run: |
if [ ! -f docker/docker-compose.yml ]; then
echo "Error: docker/docker-compose.yml not found."
exit 1
fi
- name: Copy docker-compose into instance
uses: appleboy/scp-action@master
with:
host: ${{ secrets.PUBLIC_DNS }}
Expand Down

0 comments on commit 0afff53

Please sign in to comment.