Skip to content

Commit

Permalink
chore: batch 서버 정보 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin3263 committed Aug 10, 2024
1 parent 3a5b390 commit 40f46b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/batch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
echo "${{ secrets.OUT_WEB_YML }}" > ./adapters/out-web/src/main/resources/application-out-web.yml
mkdir -p ./application/src/main/resources
echo "${{ secrets.APPLICATION_CORE }}" > ./application/src/main/resources/application-core.yml
mkdir -p ./entry/batch/src/main/resources
echo "${{ secrets.ENTRY_BATCH }}" > ./entry/batch/src/main/resources/application-entry-batch.yml
- name: Build with Gradle
run: ./gradlew :entry:batch:build --no-daemon
Expand Down Expand Up @@ -90,4 +88,4 @@ jobs:
- name: Remove IP FROM security group
run: |
aws ec2 revoke-security-group-ingress --group-id ${{ secrets.AWS_SG_ID }} --protocol tcp --port ${{ secrets.PORT }} --cidr ${{ steps.publicip.outputs.ip }}/32
aws ec2 revoke-security-group-ingress --group-id ${{ secrets.AWS_BATCH_SG_ID }} --protocol tcp --port ${{ secrets.PORT }} --cidr ${{ steps.publicip.outputs.ip }}/32

0 comments on commit 40f46b2

Please sign in to comment.