Skip to content

Commit

Permalink
Cleanup production config and deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-emilius committed Dec 2, 2024
1 parent 817b504 commit a2a4068
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ jobs:
echo "APPLICATION_TITLE=${{ vars.APPLICATION_TITLE }}" >> .env.prod
echo "CHAIR_NAME=${{ vars.CHAIR_NAME }}" >> .env.prod
echo "CHAIR_URL=${{ vars.CHAIR_URL }}" >> .env.prod
echo "PRIVACY=${{ vars.PRIVACY }}" >> .env.prod
echo "IMPRINT=${{ vars.IMPRINT }}" >> .env.prod
echo "DEFAULT_SUPERVISOR_UUID=${{ vars.DEFAULT_SUPERVISOR_UUID }}" >> .env.prod
echo "ALLOW_SUGGESTED_TOPICS=${{ vars.ALLOW_SUGGESTED_TOPICS }}" >> .env.prod
echo "THESIS_TYPES=${{ vars.THESIS_TYPES }}" >> .env.prod
Expand Down
4 changes: 0 additions & 4 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ services:
- KEYCLOAK_CLIENT_ID
- ALLOW_SUGGESTED_TOPICS
- DEFAULT_SUPERVISOR_UUID
- PRIVACY
- IMPRINT
- THESIS_TYPES
- STUDY_PROGRAMS
- STUDY_DEGREES
Expand All @@ -111,8 +109,6 @@ services:
- APPLICATION_TITLE
- CHAIR_NAME
- CHAIR_URL
- GIT_COMMIT
- GIT_BRANCH
depends_on:
- server
networks:
Expand Down

0 comments on commit a2a4068

Please sign in to comment.