Skip to content

Commit 9790989

Browse files
build quietly
1 parent 8de8e6a commit 9790989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
docker rm --force ${{ github.event.repository.name }}-deploy
2828
cd ../
2929
if test -f docker-compose.yml; then
30-
docker compose build
30+
docker compose build --quiet
3131
docker compose up --detach
3232
echo "Built and deployed container"
3333
else

0 commit comments

Comments
 (0)