Skip to content

Commit

Permalink
Fix: git actions 이 실패해도 머지되는 버그 수정 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daehyun Kim authored Nov 27, 2023
1 parent 030b064 commit b8ae010
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd ~/project/develop/
git switch develop
git pull
git fetch --all
git checkout origin/${{ github.ref }}
docker compose up --build -d
git checkout develop
git pull origin

0 comments on commit b8ae010

Please sign in to comment.