Skip to content

Commit e175f49

Browse files
committed
fix(cicd): fix deploy nginx docker script within workflow
1 parent 490c9bc commit e175f49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Deploy Nginx
6565
run: |
66-
sudo docker compose build -f docker-compose.yaml --no-cache --log-level 0
66+
sudo docker compose -f docker-compose.yaml build --no-cache
6767
sudo docker compose down
6868
sudo docker compose up -d
6969

0 commit comments

Comments
 (0)