Skip to content

Commit

Permalink
fix: CD agent 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hoa0217 committed Mar 11, 2024
1 parent e513d36 commit 24ef3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
shell: bash
- name: Set Pinpoint Ip
run: |
cd ./pinpoint-agent-2.5.3/profiles/release
cd ./pinpoint-agent-2.5.2/profiles/release
sed -i 's/127.0.0.1/${{ secrets.PINPOINT_IP }}/g' pinpoint.config
shell: bash
# Gradle 빌드 (테스트 제외)
Expand Down

0 comments on commit 24ef3bd

Please sign in to comment.