Skip to content

Commit 7b6e51a

Browse files
Merge pull request #51 from ivanildobarauna-dev/feature/change-ip-localhost
Update packages-deploy.yml
2 parents 728b09c + a00c605 commit 7b6e51a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packages-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- DD_ENV=production
117117
- DD_VERSION=1.0.0
118118
- DD_TRACE_SAMPLE_RATE=1.0
119-
- DD_AGENT_HOST=172.17.0.1
119+
- DD_AGENT_HOST=172.18.0.1
120120
- DD_PROCESS_AGENT_ENABLED=true
121121
- DD_TAGS="app:portfolio,tech:nextjs,role:frontend"
122122
labels:
@@ -143,7 +143,7 @@ jobs:
143143
- DD_ENV=production
144144
- DD_VERSION=1.0.0
145145
- DD_TRACE_SAMPLE_RATE=1.0
146-
- DD_AGENT_HOST=172.17.0.1
146+
- DD_AGENT_HOST=172.18.0.1
147147
- DD_PROCESS_AGENT_ENABLED=true
148148
- DD_TAGS="app:portfolio,tech:python,role:backend"
149149
labels:

0 commit comments

Comments
 (0)