fix: update deploy script to include git pull commands for recipe-app and microservice-importer
This commit is contained in:
@@ -14,6 +14,12 @@ if [ ! -f ".env" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Hämtar senaste kod (recipe-app)..."
|
||||
git pull origin main
|
||||
|
||||
echo "Hämtar senaste kod (microservice-importer)..."
|
||||
(cd "$SCRIPT_DIR/../microservice-importer" && git pull origin main)
|
||||
|
||||
echo "Bygger images..."
|
||||
docker compose -f compose.yml -f compose.flutter.yml build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user