Skip to content

Commit

Permalink
Correcting input
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Sep 24, 2024
1 parent 218eb58 commit bb4f24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/dispatch-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ runs:
DOCKER_APP_OWNER: "${{inputs.DOCKER_APP_OWNER}}",
DOCKER_APP_NAME: "${{inputs.DOCKER_APP_NAME}}",
BUILD_VERSION: "${{inputs.BUILD_VERSION}}",
API_HOST: 'dev.treasury.funfair.io',
API_HOST: "${{inputs.API_HOST}},
API_PREFIX: "/${{inputs.APP_NAME}}",
AWS_LOAD_BALANCER_HOSTNAME: 'dev.treasury.funfair.io',
AWS_LOAD_BALANCER_HOSTNAME: "${{inputs.AWS_LOAD_BALANCER_HOSTNAME}}",
AWS_CONTAINER_REGISTRY: "${{inputs.AWS_CONTAINER_REGISTRY}}",
AWS_LOAD_BALANCER_PRIORITY: "${{inputs.AWS_LOAD_BALANCER_PRIORITY}}",
}
Expand Down

0 comments on commit bb4f24a

Please sign in to comment.