added reviewr to fulfillr
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
- import_tasks: container-fulfillr.yml
|
- import_tasks: container-fulfillr.yml
|
||||||
vars:
|
vars:
|
||||||
image: "{{ aws_ecr_endpoint }}/fulfillr:20230729.2136"
|
image: "{{ aws_ecr_endpoint }}/fulfillr:20230811.1904"
|
||||||
tags: fulfillr
|
tags: fulfillr
|
||||||
|
|
||||||
- import_tasks: configuration-nginx.yml
|
- import_tasks: configuration-nginx.yml
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
{
|
{
|
||||||
"snipcart_api_key": "{{ snipcart_api_key }}",
|
"snipcart_api_key": "{{ snipcart_api_key }}",
|
||||||
"shippo_api_key": "{{ shippo_api_key }}",
|
"shippo_api_key": "{{ shippo_api_key }}",
|
||||||
"label_file_type": "PNG"
|
"label_file_type": "PNG",
|
||||||
|
"aws": {
|
||||||
|
"access_key": "{{ fulfillr_access_key }}",
|
||||||
|
"secret_key": "{{ fulfillr_secret_key }}",
|
||||||
|
"region": "{{ fulfillr_region }}",
|
||||||
|
"bucket": "{{ fulfillr_bucket }}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Binary file not shown.
Reference in New Issue
Block a user