Skip to content

Commit

Permalink
Fix Azure ContainerApps deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Deandrea <[email protected]>
  • Loading branch information
edeandrea committed Jan 4, 2024
1 parent f22e002 commit a8abb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-to-azure-containerapps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ STATISTICS_IMAGE="${SUPERHEROES_IMAGES_BASE}/${STATISTICS_APP}:${IMAGES_TAG}"

# UI
UI_APP="ui-super-heroes"
UI_IMAGE="${SUPERHEROES_IMAGES_BASE}/${UI_APP}:latest"
UI_IMAGE="${SUPERHEROES_IMAGES_BASE}/${UI_APP}:${IMAGES_TAG}"

# Now run the script
echo "Deploying Quarkus Superheroes to Azure Container Apps with the following configuration:"
Expand Down

0 comments on commit a8abb6d

Please sign in to comment.