Skip to content

Commit

Permalink
Update Cathand.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daeundada authored Apr 18, 2024
1 parent b4639f0 commit e3e0136
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/Cathand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,13 @@ jobs:
port: 22
script_stop: true
script: |
java -jar *.jar
export PROD_DB_URL=${{ secrets.PROD_DB_URL }}
export PROD_DB_URL=${{ secrets.PROD_DB_USER }}
export PROD_DB_URL=${{ secrets.PROD_DB_PASSWORD }}
export JWT_SECRET_KEY=${{ secrets.JWT_SECRET_KEY }}
java -jar *.jar
env:
PROD_DB_URL: ${{ secrets.PROD_DB_USER }}
PROD_DB_USER: ${{ secrets.PROD_DB_USER }}
PROD_DB_PASSWORD: ${{ secrets.PROD_DB_PASSWORD }}
JWT_SECRET_KEY: ${{ secrets.JWT_SECRET_KEY }}

0 comments on commit e3e0136

Please sign in to comment.