Skip to content

Commit

Permalink
fix: Change docker-compose command to docker compose plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
유미라 authored and 유미라 committed Nov 27, 2024
1 parent e522ed3 commit 25bf167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
cd /home/mira/web30-stop-troublepainter
git pull origin develop
export SSH_HOST=${{ secrets.SSH_HOST }}
docker-compose build nginx
docker-compose up -d nginx
docker compose build nginx
docker compose up -d nginx

0 comments on commit 25bf167

Please sign in to comment.