Compare commits

...

5 Commits

Author SHA1 Message Date
Bastian de Byl e149d860d5 gitea-ci: add zip to the CI image
Lambda packaging steps in some workflows shell out to `zip`; the image
only had `unzip`. Add `zip` alongside it.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-06 11:46:23 -04:00
Bastian de Byl bafc32226c fulfillr-dev: bump to 20260606.1523 (resend downloads + new-products-inactive seed) 2026-06-06 11:33:22 -04:00
Bastian de Byl 935de1fcfe fulfillr-dev: download_base_url for resend-download links 2026-06-06 11:32:42 -04:00
Bastian de Byl a024078a55 fulfillr-dev: bump image to 20260606.1425 (digital file upload + download-admin + tickets payment refresh) 2026-06-06 10:29:49 -04:00
Bastian de Byl 35213d81c3 fulfillr-dev: point aws.bucket at debyltech.digital.dev (digital file uploads) 2026-06-06 08:42:33 -04:00
3 changed files with 4 additions and 3 deletions
@@ -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
+1 -1
View File
@@ -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 }}",