Skip to content

Commit

Permalink
bug: 같은 작업 제거
Browse files Browse the repository at this point in the history
중복되는 작업을 제거하였습니다
  • Loading branch information
PokingTeemo committed Nov 27, 2024
1 parent 6274757 commit 7730ef2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,6 @@ jobs:
username: ${{ secrets.EC2_USER }}
key: ${{ secrets.EC2_SSH_KEY }}

# EC2_HOST_1에서 배포 및 대상 그룹 관리
# 빌드된 JAR 파일을 EC2_HOST_1로 복사
- name: Copy JAR file to EC2_HOST_1
uses: appleboy/scp-action@master
with:
source: backend/build/libs/*.jar
target: /home/ubuntu/
host: ${{ secrets.EC2_HOST_1 }}
username: ${{ secrets.EC2_USER }}
key: ${{ secrets.EC2_SSH_KEY }}

# EC2_HOST_1에서 배포 및 대상 그룹 관리
- name: Deploy to EC2_HOST_1
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 7730ef2

Please sign in to comment.