Skip to content

Commit abb7397

Browse files
committed
⚡ MarkSphere v1.0.16
배포 파일 오류 수정4
1 parent bb6ee01 commit abb7397

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CICD.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
cd ~/marksphere-project
7474
sed -i 's/build: ./image: ghcr.io\/social-bookmarking\/back:latest/' docker-compose.yml
7575
76-
docker-compose down
77-
docker-compose pull
78-
docker-compose up -d --force-recreate
76+
docker compose down
77+
docker compose pull
78+
docker compose up -d --force-recreate
7979
docker image prune -f

0 commit comments

Comments
 (0)