Skip to content

Commit

Permalink
Update leets-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ay-eonii authored Aug 16, 2023
1 parent 7c9c728 commit c5c5ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/leets-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

spring.security.oauth2.client.registration.google.client-id: ${{ secrets.GOOGLE_ID }}
spring.security.oauth2.client.registration.google.client-secret: ${{ secrets.GOOGLE_PASSWORD }}
spring.security.oauth2.client.registration.google.client-uri: ${{ secrets.GOOGLE_REDIRECT_URL }}
spring.security.oauth2.client.registration.google.redirect-uri: ${{ secrets.GOOGLE_REDIRECT_URL }}

jwt.auth.access_secret: ${{ secrets.JWT_ACCESS_SECRET }}
jwt.auth.refresh_secret: ${{ secrets.JWT_REFRESH_SECRET }}
Expand All @@ -64,4 +64,4 @@ jobs:
- name: S3에 업로드
run: aws deploy push --application-name ${{ env.AWS_CODE_DEPLOY_APPLICATION }} --ignore-hidden-files --s3-location s3://$AWS_S3_BUCKET/cicdtest/$GITHUB_SHA.zip --source .
- name: EC2에 배포
run: aws deploy create-deployment --application-name ${{ env.AWS_CODE_DEPLOY_APPLICATION }} --deployment-config-name CodeDeployDefault.AllAtOnce --deployment-group-name ${{ env.AWS_CODE_DEPLOY_GROUP }} --s3-location bucket=$AWS_S3_BUCKET,key=cicdtest/$GITHUB_SHA.zip,bundleType=zip
run: aws deploy create-deployment --application-name ${{ env.AWS_CODE_DEPLOY_APPLICATION }} --deployment-config-name CodeDeployDefault.AllAtOnce --deployment-group-name ${{ env.AWS_CODE_DEPLOY_GROUP }} --s3-location bucket=$AWS_S3_BUCKET,key=cicdtest/$GITHUB_SHA.zip,bundleType=zip

0 comments on commit c5c5ba2

Please sign in to comment.