We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9c26b commit df90c4bCopy full SHA for df90c4b
.github/workflows/deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
docker rm blog || true
45
docker rmi nextjs || true
46
docker build -t nextjs .
47
- docker-compose up -d
+ docker compose up -d
48
break # pull successful exit
49
else
50
echo "Git pull failed, retrying (\$((RETRY_COUNT + 1)) of \$MAX_RETRIES)..."
0 commit comments