Skip to content

Commit

Permalink
chore(cd): 배포 시 서명용 개인키를 삽입한다
Browse files Browse the repository at this point in the history
  • Loading branch information
0chil committed Oct 9, 2024
1 parent 9448e0b commit a33a5a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
-DDB_URL=${{ secrets.DB_URL }} \
-DDB_USERNAME=${{ secrets.DB_USERNAME }} \
-DDB_PASSWORD=${{ secrets.DB_PASSWORD }} \
-DGAME_SIGNING_PRIVATE_KEY_PEM=${{ secrets.GAME_SIGNING_PRIVATE_KEY_PEM }} \
-javaagent:dd-java-agent.jar \
-Ddd.profiling.enabled=true \
-XX:FlightRecorderOptions=stackdepth=256 \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/production-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
-DDB_URL=${{ secrets.DB_URL }} \
-DDB_USERNAME=${{ secrets.DB_USERNAME }} \
-DDB_PASSWORD=${{ secrets.DB_PASSWORD }} \
-DGAME_SIGNING_PRIVATE_KEY_PEM=${{ secrets.GAME_SIGNING_PRIVATE_KEY_PEM }} \
-javaagent:dd-java-agent.jar \
-Ddd.profiling.enabled=true \
-XX:FlightRecorderOptions=stackdepth=256 \
Expand Down

0 comments on commit a33a5a4

Please sign in to comment.