Skip to content

Commit

Permalink
Merge pull request #49 from team9502/dev
Browse files Browse the repository at this point in the history
Update sinChul.yml
  • Loading branch information
daeundada authored Jun 11, 2024
2 parents 2dd69ca + 9e16769 commit a564aab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sinChul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
key: ${{ secrets.SSH_KEY }}
port: 22
source: "./build/libs/*.jar"
target: "~"
target: "/home/ec2-user"
strip_components: 2

- name: SSH Commands
Expand All @@ -47,7 +47,8 @@ jobs:
export ENCRYPTION_SECRET_KEY="${{ secrets.ENCRYPTION_SECRET_KEY }}"
export jwt_secretKey="${{ secrets.jwt_secretKey }}"
export API_SERVICE_KEY="${{ secrets.API_SERVICE_KEY }}"
java -jar *.jar &
# JAR ํŒŒ์ผ์„ /home/ec2-user ๋””๋ ‰ํ† ๋ฆฌ์—์„œ ์‹คํ–‰
java -jar /home/ec2-user/*.jar &
env:
jdbc_url: ${{ secrets.jdbc_url }}
jdbc_username: ${{ secrets.jdbc_username }}03
Expand Down

0 comments on commit a564aab

Please sign in to comment.