Skip to content

Commit cd20a9a

Browse files
committed
[fix] Update github workflow
1 parent 251de93 commit cd20a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
script: |
2020
cd ${{ vars.PROJECT_ROOT }}
2121
git pull
22-
docker-compose -f docker-compose.prod.yml up --build -d
22+
docker compose -f docker-compose.prod.yml up --build -d

0 commit comments

Comments
 (0)