add graphile worker crontab
Some checks failed
ci / test (push) Failing after 3m21s
ci / build (push) Successful in 28s

This commit is contained in:
CJ_Clippy 2025-09-26 02:37:13 -08:00
parent 369dda5e33
commit 050905a0f2
2 changed files with 2 additions and 1 deletions

View File

@ -100,6 +100,7 @@ COPY --from=builder /app/prisma ./prisma
COPY --from=builder /app/generated ./generated COPY --from=builder /app/generated ./generated
COPY --from=builder /app/src ./src COPY --from=builder /app/src ./src
COPY --from=builder /app/graphile.config.ts ./graphile.config.ts COPY --from=builder /app/graphile.config.ts ./graphile.config.ts
COPY --from=builder /app/crontab ./crontab
COPY --from=pystuff /app/venv /app/venv COPY --from=pystuff /app/venv /app/venv
# Expose the port # Expose the port

View File

@ -1,7 +1,7 @@
{ {
"name": "futureporn-our", "name": "futureporn-our",
"private": true, "private": true,
"version": "2.8.11", "version": "2.8.12",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "concurrently npm:dev:serve npm:dev:build:server npm:dev:build:client npm:dev:worker npm:dev:compose npm:dev:sftp npm:dev:qbittorrent npm:dev:tailscale", "dev": "concurrently npm:dev:serve npm:dev:build:server npm:dev:build:client npm:dev:worker npm:dev:compose npm:dev:sftp npm:dev:qbittorrent npm:dev:tailscale",