Skip to content

Commit

Permalink
Introduce missing FRONTEND_URL for email reports for radbuegel-aachen
Browse files Browse the repository at this point in the history
  • Loading branch information
ohrie committed Apr 24, 2023
1 parent 4f5965e commit c872880
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/radbuegel-aachen-container.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ containers:
EMAIL_BACKEND: "${EMAIL_BACKEND}"
EVENT_SIGNUPS_OPEN: "${EVENT_SIGNUPS_OPEN}"
EVENT_SIGNUPS_CLOSE: "${EVENT_SIGNUPS_CLOSE}"
FRONTEND_URL: "${FRONTEND_URL}"
GASTRO_SIGNUPS_OPEN: "${GASTRO_SIGNUPS_OPEN}"
GASTRO_SIGNUPS_CLOSE: "${GASTRO_SIGNUPS_CLOSE}"
MAILJET_API_KEY: "${MAILJET_API_KEY}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
EMAIL_BACKEND: ${{ secrets.EMAIL_BACKEND }}
EVENT_SIGNUPS_OPEN: ${{ secrets.EVENT_SIGNUPS_OPEN }}
EVENT_SIGNUPS_CLOSE: ${{ secrets.EVENT_SIGNUPS_CLOSE }}
FRONTEND_URL: ${{ secrets.FRONTEND_URL }}
GASTRO_SIGNUPS_OPEN: ${{ secrets.GASTRO_SIGNUPS_OPEN }}
GASTRO_SIGNUPS_CLOSE: ${{ secrets.GASTRO_SIGNUPS_CLOSE }}
MAILJET_API_KEY: ${{ secrets.MAILJET_API_KEY }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/radbuegel-aachen-staging-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
EMAIL_BACKEND: ${{ secrets.EMAIL_BACKEND }}
EVENT_SIGNUPS_OPEN: ${{ secrets.EVENT_SIGNUPS_OPEN }}
EVENT_SIGNUPS_CLOSE: ${{ secrets.EVENT_SIGNUPS_CLOSE }}
FRONTEND_URL: ${{ secrets.FRONTEND_URL }}
GASTRO_SIGNUPS_OPEN: ${{ secrets.GASTRO_SIGNUPS_OPEN }}
GASTRO_SIGNUPS_CLOSE: ${{ secrets.GASTRO_SIGNUPS_CLOSE }}
MAILJET_API_KEY: ${{ secrets.MAILJET_API_KEY }}
Expand Down

0 comments on commit c872880

Please sign in to comment.