👷(ci) fix CI running in github actions

The CI configuration file was translated from CircleCI to github
actions  a bit too fast and had not been tested yet.
This commit is contained in:
Samuel Paccoud - DINUM
2024-01-05 09:11:57 +01:00
committed by Samuel Paccoud
parent 8ebfb8715d
commit b5a46eba33
8 changed files with 276 additions and 74 deletions

View File

@@ -144,7 +144,7 @@ USER ${DOCKER_USER}
COPY --from=link-collector ${PEOPLE_STATIC_ROOT} ${PEOPLE_STATIC_ROOT}
# Copy people mails
COPY --from=mail-builder /mail/backend/people/core/templates/mail /app/people/core/templates/mail
COPY --from=mail-builder /mail/backend/core/templates/mail /app/core/templates/mail
# The default command runs gunicorn WSGI server in people's main module
CMD gunicorn -c /usr/local/etc/gunicorn/people.py people.wsgi:application