Skip to content

Commit

Permalink
Update CD-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jms0324 authored Aug 4, 2024
1 parent c7e3db5 commit f975a88
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/CD-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,3 @@ jobs:
source: "build/libs/*.jar"
target: "/home/ec2-user/BabyWithUs-Back/build/libs/"

- name: SSH commands to start application
uses: appleboy/[email protected]
with:
host: ${{ secrets.SERVER_IP }}
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: |
cd /home/ec2-user/BabyWithUs-Back/build/libs/
java -jar BabyWithUs-0.0.1-SNAPSHOT.jar

0 comments on commit f975a88

Please sign in to comment.