Skip to content

Commit

Permalink
quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasht86 committed Jul 3, 2024
1 parent 5873d31 commit c3166dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-with-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
python $GITHUB_WORKSPACE/.github/workflows/deploy_to_prod.py \
--tenant vespa-team \
--application testapp \
--api-key ${VESPA_TEAM_API_KEY} \
--api-key "${VESPA_TEAM_API_KEY}" \
--application-root . \
--max-wait 3600 \
--source-url "$(git config --get remote.origin.url | sed 's+git@\(.*\):\(.*\)\.git+https://\1/\2+')/commit/$(git rev-parse HEAD)"

0 comments on commit c3166dc

Please sign in to comment.