diff --git a/compose.prod.yml b/compose.prod.yml index 295cf52..3a84400 100644 --- a/compose.prod.yml +++ b/compose.prod.yml @@ -52,7 +52,7 @@ services: image: nginx:stable-alpine restart: unless-stopped volumes: - - ${GITEA_WORKSPACE}/nginx/nginx.conf:/etc/nginx/conf.d/default.conf + - ${GITHUB_WORKSPACE}/nginx/nginx.conf:/etc/nginx/conf.d/default.conf depends_on: - frontend - backend