Skip to content

Commit

Permalink
added uat as env option to deploy to env
Browse files Browse the repository at this point in the history
  • Loading branch information
lalithanagarur committed Feb 13, 2025
1 parent 5861bb3 commit 74f6cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy_to_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
required: true
options:
- dev
- uat
- preprod
- prod
default: 'dev'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COPY --from=builder --chown=appuser:appgroup /app/build/libs/hmpps-learner-recor
COPY --from=builder --chown=appuser:appgroup /app/build/libs/applicationinsights-agent*.jar /app/agent.jar
COPY --from=builder --chown=appuser:appgroup /app/applicationinsights.json /app
COPY --from=builder --chown=appuser:appgroup /app/applicationinsights.dev.json /app
#COPY WebServiceClientCert.pfx /app/WebServiceClientCert.pfx
COPY WebServiceClientCert.pfx /app/WebServiceClientCert.pfx
USER 2000

ENTRYPOINT ["java", "-XX:+AlwaysActAsServerClassMachine", "-javaagent:/app/agent.jar", "-jar", "/app/app.jar"]

0 comments on commit 74f6cbe

Please sign in to comment.