Skip to content

Commit abd8e26

Browse files
committed
fix: update docker-compose file name in update script
1 parent 98977dd commit abd8e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for dir in */; do
2121
cd "$dir"
2222

2323
# Deploy using docker-compose if the file exists
24-
if [ -f "docker-compose.yml" ]; then
24+
if [ -f "compose.yml" ]; then
2525
docker-compose up -d
2626
fi
2727

0 commit comments

Comments
 (0)