ci: Update docker-compose.yml to use "docker compose" instead of "docker-compose"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9f763ae4ce
commit
fe3b5596d3
@ -48,7 +48,7 @@ steps:
|
|||||||
- echo "Go to the project directory"
|
- echo "Go to the project directory"
|
||||||
- cd /home/ching/dev/grocy-barcode-helper
|
- cd /home/ching/dev/grocy-barcode-helper
|
||||||
- echo "Restart the container"
|
- echo "Restart the container"
|
||||||
- docker-compose down && docker-compose up -d
|
- docker compose down && docker compose up -d
|
||||||
|
|
||||||
- name: discord notification
|
- name: discord notification
|
||||||
image: appleboy/drone-discord
|
image: appleboy/drone-discord
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user