Skip to content

Commit a47b5a3

Browse files
committed
🔧 (deploy.yml): update docker-compose command to use the latest syntax
1 parent 8c40267 commit a47b5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
script: |
1818
cd full-stack-fastapi-nuxt-jwt-auth-orm-free-template
1919
git pull origin master
20-
docker-compose -f docker-compose.prod.yml up -d --build
20+
docker compose up -d --build

0 commit comments

Comments
 (0)