Skip to content

Commit

Permalink
AEA-3677 Deploy basic stack for CI and release builds (#25)
Browse files Browse the repository at this point in the history
## Summary

🎫 [AEA-3677](https://nhsd-jira.digital.nhs.uk/browse/AEA-3677) deploy
basic stack for CI and release builds of the Clinical Prescription
Tracker API

- 🤖 Operational or Infrastructure Change

### Details

Deploy basic stack for CI and release builds
  • Loading branch information
kris-szlapa authored Feb 14, 2024
1 parent 19d0d90 commit a297fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
ENABLE_MUTUAL_TLS: false
DEPLOY_SANDBOX: false
BUILD_ARTIFACT: packaged_code
TRUSTSTORE_FILE: truststore.pem
TRUSTSTORE_FILE: clinical-tracker-truststore.pem
VERSION_NUMBER: PR-${{ needs.get_issue_number.outputs.issue_number }}
COMMIT_ID: ${{ needs.get_commit_id.outputs.commit_id }}
LOG_LEVEL: DEBUG
Expand All @@ -83,7 +83,7 @@ jobs:
ENABLE_MUTUAL_TLS: false
DEPLOY_SANDBOX: true
BUILD_ARTIFACT: packaged_sandbox_code
TRUSTSTORE_FILE: sandbox-truststore.pem
TRUSTSTORE_FILE: clinical-tracker-sandbox-truststore.pem
VERSION_NUMBER: PR-${{ needs.get_issue_number.outputs.issue_number }}
COMMIT_ID: ${{ needs.get_commit_id.outputs.commit_id }}
LOG_LEVEL: DEBUG
Expand Down

0 comments on commit a297fad

Please sign in to comment.