We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490c9bc commit e175f49Copy full SHA for e175f49
1 file changed
.github/workflows/deploy.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Deploy Nginx
65
run: |
66
- sudo docker compose build -f docker-compose.yaml --no-cache --log-level 0
+ sudo docker compose -f docker-compose.yaml build --no-cache
67
sudo docker compose down
68
sudo docker compose up -d
69
0 commit comments