Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add us deployment option #26

Merged
merged 1 commit into from
Jan 16, 2025
Merged

chore: add us deployment option #26

merged 1 commit into from
Jan 16, 2025

Conversation

wochinge
Copy link
Collaborator

@wochinge wochinge force-pushed the chore/add-us-deployment branch from dc6b86f to 4796b4e Compare January 14, 2025 10:33
@wochinge wochinge force-pushed the chore/add-us-deployment branch from 4796b4e to 1a8dd35 Compare January 14, 2025 10:34
list-windows = "curl --request GET --url https://api.cloud.deepset.ai/api/v2/custom_components --header \"accept: application/json\" --header \"Authorization: Bearer %API_KEY%\""
logs = "curl --request GET --url https://api.cloud.deepset.ai/api/v2/custom_components/logs --header 'accept: text/plain' --header \"Authorization: Bearer $API_KEY\""
logs-windows = "curl --request GET --url https://api.cloud.deepset.ai/api/v2/custom_components/logs --header \"accept: text/plain\" --header \"Authorization: Bearer %API_KEY%\""
push = "curl --request POST --url ${API_URL:-https://api.cloud.deepset.ai}/api/v2/custom_components --header 'accept: application/json' --header \"Authorization: Bearer $API_KEY\" --form 'file=@dist/custom_component.zip;type=application/zip'"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did it with default variables to avoid introducing another dimension

@wochinge wochinge merged commit dac1cb9 into main Jan 16, 2025
2 checks passed
@virtualroot virtualroot mentioned this pull request Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants