mirror of
https://github.com/vector-im/element-call.git
synced 2022-05-22 02:31:18 +03:00
move config files into config/
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user