This repository was archived by the owner on Feb 28, 2025. It is now read-only.
File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -96,12 +96,11 @@ jobs:
96
96
echo "sha=${{ github.sha }}" >> $GITHUB_OUTPUT
97
97
fi
98
98
99
- # TODO use deploy.yml@main
100
99
deploy :
101
100
needs :
102
101
- build_and_push
103
102
- 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
105
104
with :
106
105
branch : ${{ needs.branch_meta.outputs.branch }}
107
106
secrets :
Original file line number Diff line number Diff line change 2
2
listen 4100;
3
3
server_name localhost;
4
4
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/";
6
6
7
7
location /status {
8
8
stub_status;
You can’t perform that action at this time.
0 commit comments