Skip to content

Commit

Permalink
adjusting github workflow to copy the keycloak client secret
Browse files Browse the repository at this point in the history
  • Loading branch information
niclasheun committed Dec 24, 2024
1 parent 836f783 commit 3820158
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
echo "DB_NAME=${{ vars.DB_NAME }}" >> .env.prod
echo "DB_USER=${{ vars.DB_USER }}" >> .env.prod
echo "DB_PASSWORD=${{ secrets.DB_PASSWORD }}" >> .env.prod
echo "KEYCLOAK_CLIENT_SECRET=${{ secrets.KEYCLOAK_CLIENT_SECRET }}" >> .env.prod
echo "KEYCLOAK_ID_OF_CLIENT=${{ secrets.KEYCLOAK_ID_OF_SERVER_CLIENT }}" >> .env.prod
echo "KEYCLOAK_HOST=${{ vars.KEYCLOAK_HOST }}" >> .env.prod
echo "KEYCLOAK_REALM_NAME=${{ vars.KEYCLOAK_REALM_NAME }}" >> .env.prod
Expand Down

0 comments on commit 3820158

Please sign in to comment.