Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit ab93b58

Browse files
try again
1 parent cf388b3 commit ab93b58

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/push.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,11 @@ jobs:
9696
echo "sha=${{ github.sha }}" >> $GITHUB_OUTPUT
9797
fi
9898
99-
# TODO use deploy.yml@main
10099
deploy:
101100
needs:
102101
- build_and_push
103102
- branch_meta
104-
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/deploy.yml@N21-2104-setup
103+
uses: hpi-schul-cloud/dof_app_deploy/.github/workflows/deploy.yml@main
105104
with:
106105
branch: ${{ needs.branch_meta.outputs.branch }}
107106
secrets:

dockerconf/nginx.conf.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ server {
22
listen 4100;
33
server_name localhost;
44

5-
set $csp "default-src 'self' ${API_URL}/*; base-uri 'self'; script-src 'nonce-$request_id' 'strict-dynamic' 'unsafe-inline' https:; object-src 'none'; font-src 'self' data:; img-src 'self' data:; style-src 'self' 'unsafe-inline'; frame-src 'self' https://docs.dbildungscloud.de/";
5+
set $csp "default-src 'self' ${API_URL}/; base-uri 'self'; script-src 'nonce-$request_id' 'strict-dynamic' 'unsafe-inline' https:; object-src 'none'; font-src 'self' data:; img-src 'self' data:; style-src 'self' 'unsafe-inline'; frame-src 'self' https://docs.dbildungscloud.de/";
66

77
location /status {
88
stub_status;

0 commit comments

Comments
 (0)