-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: impoved extensions directory abilities
- Loading branch information
Showing
5 changed files
with
83 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,6 +90,7 @@ jobs: | |
uses: actions/download-artifact@v2 | ||
with: | ||
name: buildfiles | ||
path: build | ||
- name: Get current time | ||
id: time | ||
uses: nanzm/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,4 @@ | ||
ARG DOCKER_MATRIX=ghcr.io | ||
FROM $DOCKER_MATRIX/onlineberatung/onlineberatung-nginx/onlineberatung-nginx:dockerimage.v.001-main | ||
COPY beratung-hilfe.html /usr/share/nginx/html/ | ||
COPY error.401.html /usr/share/nginx/html/ | ||
COPY error.404.html /usr/share/nginx/html/ | ||
COPY error.500.html /usr/share/nginx/html/ | ||
COPY favicon.ico /usr/share/nginx/html/ | ||
COPY logo192.png /usr/share/nginx/html/ | ||
COPY logo512.png /usr/share/nginx/html/ | ||
COPY robots.txt /usr/share/nginx/html/ | ||
COPY public /usr/share/nginx/html/public | ||
COPY src /usr/share/nginx/html/src | ||
COPY static /usr/share/nginx/html/static | ||
COPY releases /usr/share/nginx/html/releases | ||
COPY under-construction.html /usr/share/nginx/html/ | ||
COPY build /usr/share/nginx/html | ||
COPY nginx.conf /etc/nginx/conf.d/default.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters