mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-19 16:10:16 +00:00
algolia docker run
This commit is contained in:
@@ -16,6 +16,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Run Docker image
|
- name: Run Docker image
|
||||||
run: |
|
run: |
|
||||||
cat algolia_config.json | jq -r tostring
|
docker run -it -e APPLICATION_ID=$APPLICATION_ID -e API_KEY=$API_KEY -e "CONFIG=$(cat algolia_config.json | jq -r tostring)" algolia/docsearch-scraper
|
||||||
|
|
||||||
# docker run -it -e APPLICATION_ID=$APPLICATION_ID -e API_KEY=$API_KEY -e "CONFIG=$(cat algolia_config.json | jq -r tostring)" algolia/docsearch-scraper
|
|
||||||
Reference in New Issue
Block a user