added reviewr to fulfillr

This commit is contained in:
Bastian de Byl
2023-08-11 15:23:02 -04:00
parent 74a81519ff
commit 433bbae701
3 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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.