Skip to content

Commit

Permalink
fix deploy to multiple env
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherwin committed Dec 20, 2024
1 parent d7748f0 commit 156d455
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified e2e_samples/parking_sensors/data/data-simulator.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ log "Creating resource group: $resource_group_name"
az group create --name "$resource_group_name" --location "$AZURE_LOCATION" --tags Environment="$ENV_NAME" --output none

# Deploy App Service for REST API
appName=data-simulator-$DEPLOYMENT_ID
appName=data-simulator-$DEPLOYMENT_ID-$ENV_NAME
log "Creating resource group: $appName"

arm_output=$(
Expand Down

0 comments on commit 156d455

Please sign in to comment.