Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
source code upload 파트 삭제
  • Loading branch information
sanggae4133 authored Sep 20, 2024
1 parent cbdd27c commit da42528
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@ jobs:
with:
name: build-artifacts

- name: Upload project code
uses: appleboy/scp-action@master
with:
key: ${{ secrets.EC2_KEY }}
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USER }}
target: /home/ubuntu/app/spring_source
source: .

# JAR 파일을 EC2에 배포하는 step
- name: SCP JAR to EC2
uses: appleboy/scp-action@master
Expand Down

0 comments on commit da42528

Please sign in to comment.