Skip to content

Commit

Permalink
update harmony deployment url
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Aug 15, 2024
1 parent d250120 commit ae850b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/harmony_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def bearer_token() -> str:
parser.add_argument("--tag", help="The new tag version to update.", required=True)
args = parser.parse_args()

url = f"https://harmony.{'uat.' if ENV == 'uat' else ''}earthdata.nasa.gov/service-image-tag/podaac-l2-subsetter"
url = f"https://harmony.{'uat.' if ENV == 'uat' else ''}earthdata.nasa.gov/service-image-tag/podaac-concise"
token = bearer_token()

headers = {
Expand Down

0 comments on commit ae850b5

Please sign in to comment.