We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251de93 commit cd20a9aCopy full SHA for cd20a9a
.github/workflows/deploy.yml
@@ -19,4 +19,4 @@ jobs:
19
script: |
20
cd ${{ vars.PROJECT_ROOT }}
21
git pull
22
- docker-compose -f docker-compose.prod.yml up --build -d
+ docker compose -f docker-compose.prod.yml up --build -d
0 commit comments