Skip to content

Commit

Permalink
Removed repeated command in script used to deploy API proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
apichick authored and lcaggio committed May 5, 2023
1 parent 7525642 commit 0573a46
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,4 @@ curl -v -X POST \

curl -v -X POST \
-H "Authorization: Bearer $TOKEN" \
"https://apigee.googleapis.com/v1/organizations/$ORG_NAME/environments/$ENV_NAME/apis/httpbin/revisions/1/deployments"

curl -v \
-H "Authorization: Bearer $TOKEN" \
"https://apigee.googleapis.com/v1/organizations/$ORG_NAME/environments/$ENV_NAME/apis/httpbin/revisions/1/deployments"
"https://apigee.googleapis.com/v1/organizations/$ORG_NAME/environments/$ENV_NAME/apis/httpbin/revisions/1/deployments"

0 comments on commit 0573a46

Please sign in to comment.