File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 -H "Accept: application/vnd.github.v3+json" \
115115 -H "Authorization: token ${{ secrets.DEPLOYMENT_TRIGGER_TOKEN }}" \
116116 https://api.github.com/repos/${{ secrets.DEPLOYMENT_REPO }}/dispatches \
117- -d '{"event_type":"account -ms-updated"}'
117+ -d '{"event_type":"transaction -ms-updated"}'
118118 continue-on-error : true
119119
120120 # Step 9: Show summary
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ RUN addgroup -g 1001 -S appgroup && \
3838
3939USER appuser
4040
41- EXPOSE 8083
41+ EXPOSE 8080
4242
4343HEALTHCHECK --interval=30s --timeout=3s --start-period=60s --retries=3 \
44- CMD wget --quiet --tries=1 --spider http://localhost:8083 /actuator/health || exit 1
44+ CMD wget --quiet --tries=1 --spider http://localhost:8080 /actuator/health || exit 1
4545
4646ENTRYPOINT ["sh" , "-c" , "java $JAVA_OPTS -jar app.jar" ]
You can’t perform that action at this time.
0 commit comments