Skip to content

Commit df90c4b

Browse files
committed
chore(workflow): try add docker build in workflow
1 parent 8b9c26b commit df90c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
docker rm blog || true
4545
docker rmi nextjs || true
4646
docker build -t nextjs .
47-
docker-compose up -d
47+
docker compose up -d
4848
break # pull successful exit
4949
else
5050
echo "Git pull failed, retrying (\$((RETRY_COUNT + 1)) of \$MAX_RETRIES)..."

0 commit comments

Comments
 (0)