Skip to content

Commit

Permalink
chore: add obiz jobs image buid
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Oct 31, 2024
1 parent 922e04d commit efc7a96
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ jobs:
sentry_auth_token:
secretName: app-sealed-secret
secretKey: SENTRY_AUTH_TOKEN

build-obiz-jobs:
use: build
with:
imagePackage: obiz-jobs
context: ./packages/obiz
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/obiz/Dockerfile → packages/obiz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ COPY importer.py .
ENV TZ=Europe/Paris
ENV PYTHONUNBUFFERED=1

ENTRYPOINT ["python3", "importer.py"]
ENTRYPOINT ["python3", "importer.py"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit efc7a96

Please sign in to comment.