diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index a67b687..6458f1f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -33,8 +33,8 @@ jobs: echo "Pulling latest changes from main..." git pull origin main echo "Restarting Docker Compose services..." - docker-compose down - docker-compose up -d --build + docker compose down + docker compose up -d --build echo "Deployment completed!" EOF - run: echo "The deployment job has finished with status ${{ job.status }}."