K8s cronjob for resetting the database on staging.

This K8s CronJob will run the script for resetting the database. It will
only be applied to the staging site.
This commit is contained in:
dandds
2019-12-12 11:27:41 -05:00
parent 3a6120fb5a
commit 9d282ee82a
3 changed files with 48 additions and 2 deletions

View File

@@ -84,8 +84,7 @@ COPY --from=builder /install/celery_worker.py ./celery_worker.py
COPY --from=builder /install/config/ ./config/
COPY --from=builder /install/templates/ ./templates/
COPY --from=builder /install/translations.yaml .
COPY --from=builder /install/script/seed_roles.py ./script/seed_roles.py
COPY --from=builder /install/script/sync-crls ./script/sync-crls
COPY --from=builder /install/script/ ./script/
COPY --from=builder /install/static/ ./static/
COPY --from=builder /install/fixtures/ ./fixtures
COPY --from=builder /install/uwsgi.ini .