Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e149d860d5 | |||
| bafc32226c | |||
| 935de1fcfe | |||
| a024078a55 | |||
| 35213d81c3 |
@@ -7,7 +7,7 @@ ARG DOCKER_CLI_VERSION=27.3.1
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
ca-certificates curl git openssh-client make build-essential \
|
||||
python3 python3-pip jq unzip \
|
||||
python3 python3-pip jq zip unzip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Static docker client (no daemon) for jobs that run `docker build` against the
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
# Staging back-office (fulfillr-dev.debyltech.com) — same image, staging Turso config.
|
||||
- import_tasks: containers/debyltech/fulfillr-dev.yml
|
||||
vars:
|
||||
image: git.debyl.io/debyltech/fulfillr:20260606.0357
|
||||
image: git.debyl.io/debyltech/fulfillr:20260606.1523
|
||||
tags: debyltech, fulfillr-dev
|
||||
|
||||
- import_tasks: containers/debyltech/uptime-kuma.yml
|
||||
|
||||
@@ -13,11 +13,12 @@
|
||||
"tickets_table": "debyltech-tickets-dev",
|
||||
"store_database_url": "{{ fulfillr_dev_store_database_url }}",
|
||||
"store_auth_token": "{{ fulfillr_dev_store_auth_token }}",
|
||||
"download_base_url": "https://api-dev.debyltech.com",
|
||||
"aws": {
|
||||
"access_key": "{{ fulfillr_dev_access_key }}",
|
||||
"secret_key": "{{ fulfillr_dev_secret_key }}",
|
||||
"region": "{{ fulfillr_region }}",
|
||||
"bucket": "debyltech.reviewr.dev"
|
||||
"bucket": "debyltech.digital.dev"
|
||||
},
|
||||
"tax": {
|
||||
"ein": "{{ fulfillr_tax_ein }}",
|
||||
|
||||
Reference in New Issue
Block a user