Skip to content

Commit

Permalink
chore: Update dev_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oneeee822 authored Jan 23, 2025
1 parent fc3fe2f commit 09bdf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "spring.security.oauth2.client.registration.google.client-id=${{ secrets.GOOGLE_CLIENT_ID }}" >> ./project/src/main/resources/application.properties
echo "spring.security.oauth2.client.registration.google.client-secret=${{ secrets.GOOGLE_CLIENT_SECRET }}" >> ./project/src/main/resources/application.properties
echo "spring.security.oauth2.client.registration.google.scope=openid,email" >> ./project/src/main/resources/application.properties
echo "spring.security.oauth2.client.registration.google.redirect-uri=http://${{ secrets.EC2_PUBLIC_IP }}:8080/login/oauth2/code/google" >> ./project/src/main/resources/application.properties
echo "spring.security.oauth2.client.registration.google.redirect-uri=http://${{ secrets.EC2_HOST }}:8080/login/oauth2/code/google" >> ./project/src/main/resources/application.properties
echo "spring.security.oauth2.client.provider.google.issuer-uri=https://accounts.google.com" >> ./project/src/main/resources/application.properties
# JWT
Expand Down

0 comments on commit 09bdf43

Please sign in to comment.