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 3c0e176 commit 2c310e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CD-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: |
export MYSQL_DATABASE_URL=${{ secrets.MYSQL_DATABASE_URL }}
export MYSQL_DATABASE_USERNAME=${{ secrets.MYSQL_DATABASE_USERNAME }}
export MYSQL_DATABASE_PASSWORD=${{ secrets.MYSQL_DATABASE_PASSWORD }}
cd /home/ec2-user/BabyWithUs-Back/build/libs/
java -jar BabyWithUs-0.0.1-SNAPSHOT.jar

0 comments on commit 2c310e6

Please sign in to comment.