fix: update Nginx volume path to use GITHUB_WORKSPACE variable
Some checks failed
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 5s
Some checks failed
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 5s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user