Skip to content

Commit

Permalink
Fix: [AEA-0000] - release cpsu (#47)
Browse files Browse the repository at this point in the history
## Summary

- Routine Change

### Details

- release CPSU
  • Loading branch information
anthony-nhs committed Aug 9, 2024
1 parent 755f9ce commit 813c943
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/release_psu_to_ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,19 +134,19 @@ jobs:
DEPLOY_CHECK_PRESCRIPTION_STATUS_UPDATE: true
run: poetry run ./deploy_api.sh

# - name: Deploy CPSU API
# shell: bash
# working-directory: .github/scripts
# env:
# API_TYPE: custom
# VERSION_NUMBER: load_test_${{ github.run_id }}
# PROXYGEN_PATH: ${{ env.PROXYGEN_PATH }}
# SPEC_PATH: ${{ env.CPSU_SPEC_PATH }}
# STACK_NAME: psu
# AWS_ENVIRONMENT: ref
# APIGEE_ENVIRONMENT: ref
# PROXYGEN_PRIVATE_KEY_NAME: CPSUProxygenPrivateKey
# PROXYGEN_KID: eps-cli-key-cpsu-1
# DRY_RUN: false
# DEPLOY_CHECK_PRESCRIPTION_STATUS_UPDATE: true
# run: poetry run ./deploy_api.sh
- name: Deploy CPSU API
shell: bash
working-directory: .github/scripts
env:
API_TYPE: custom
VERSION_NUMBER: load_test_${{ github.run_id }}
PROXYGEN_PATH: ${{ env.PROXYGEN_PATH }}
SPEC_PATH: ${{ env.CPSU_SPEC_PATH }}
STACK_NAME: psu
AWS_ENVIRONMENT: ref
APIGEE_ENVIRONMENT: ref
PROXYGEN_PRIVATE_KEY_NAME: CPSUProxygenPrivateKey
PROXYGEN_KID: eps-cli-key-cpsu-1
DRY_RUN: false
DEPLOY_CHECK_PRESCRIPTION_STATUS_UPDATE: true
run: poetry run ./deploy_api.sh

0 comments on commit 813c943

Please sign in to comment.