diff --git a/.github/workflows/api-CD.yml b/.github/workflows/api-CD.yml index 89be14d..6d44c65 100644 --- a/.github/workflows/api-CD.yml +++ b/.github/workflows/api-CD.yml @@ -119,5 +119,4 @@ jobs: sudo chmod 777 ./deploy-api.sh cp ./api-server/scripts/api/deploy.sh ./deploy-api.sh ./deploy-api.sh - docker image prune -f - docker-compose up -d --remove-orphans \ No newline at end of file + docker image prune -f \ No newline at end of file