docker-compose: fix profiles
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
fa53bcfd69
commit
36c373d6ef
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ set +a
|
|||
# Use the `envsubst` command to substitute the shell environment variables into reference_var.env and output to a combined .env
|
||||
find ./ -type f \( -iname "*.env" -o -iname "docker-compose.yaml" \) ! -name "common.env" -exec /bin/bash -c 'file="{}"; git checkout -- "$file"; cp "$file" "$file.bak"; envsubst < "$file.bak" > "$file"; rm "$file.bak"' \;
|
||||
sudo -E docker-compose pull --no-parallel
|
||||
sudo -E docker-compose up -d
|
||||
sudo -E docker compose --profile migration up -d
|
||||
cp common.env common.env.bak
|
||||
echo "🎉🎉🎉 Done! 🎉🎉🎉"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue