move config files into config/
This commit is contained in:
parent
6d7be57dcf
commit
0d3daf5fa3
4 changed files with 2 additions and 2 deletions
2
.github/workflows/netlify-main.yaml
vendored
2
.github/workflows/netlify-main.yaml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
run: unzip -d dist build.zip && rm build.zip
|
||||
|
||||
- name: Copy redirects file
|
||||
run: cp scripts/netlify_redirects dist/_redirects
|
||||
run: cp config/netlify_redirects dist/_redirects
|
||||
|
||||
- name: Deploy to Netlify
|
||||
id: netlify
|
||||
|
|
|
@ -9,7 +9,7 @@ RUN element-call/scripts/dockerbuild.sh
|
|||
FROM nginxinc/nginx-unprivileged:alpine
|
||||
|
||||
COPY --from=builder /src/element-call/dist /app
|
||||
COPY scripts/default.conf /etc/nginx/conf.d/
|
||||
COPY config/default.conf /etc/nginx/conf.d/
|
||||
|
||||
USER root
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue