Skip to content

Commit

Permalink
Merge pull request #101 from 2023-Winter-Bootcamp-Team-J/set/#100
Browse files Browse the repository at this point in the history
set : cd.yml 수정
  • Loading branch information
kanguk01 authored Jan 25, 2024
2 parents de8cdf4 + 72eb263 commit 4454ed6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ jobs: # Job
envs: GITHUB_SHA
script: |
cd NextPage/
git pull
git submodule foreach git pull origin develop
git add .
git commit -m "변경사항 반영"
git push
sudo docker-compose -f docker-compose.yml -f docker-compose.monitoring.yml down
sudo docker-compose -f docker-compose.yml -f docker-compose.monitoring.yml pull
sudo docker-compose -f docker-compose.yml -f docker-compose.monitoring.yml up -d --build

0 comments on commit 4454ed6

Please sign in to comment.