Skip to content

Commit

Permalink
temporarily delete all but 2 parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Nov 1, 2024
1 parent 002b008 commit b497d1b
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/actions/deploy-hyp3/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,21 +111,5 @@ runs:
cdk deploy \
--require-approval=never \
--parameters \
${{ inputs.STACK_NAME }}:VpcId='${{ inputs.VPC_ID }}' \
${{ inputs.STACK_NAME }}:SubnetIds='${{ inputs.SUBNET_IDS }}' \
${{ inputs.STACK_NAME }}:SecretArn='${{ inputs.SECRET_ARN }}' \
${{ inputs.STACK_NAME }}:ImageTag='${{ inputs.IMAGE_TAG }}' \
${{ inputs.STACK_NAME }}:ProductLifetimeInDays='${{ inputs.PRODUCT_LIFETIME }}' \
${{ inputs.STACK_NAME }}:AuthPublicKey='${{ inputs.AUTH_PUBLIC_KEY }}' \
${{ inputs.STACK_NAME }}:$DOMAIN_NAME \
${{ inputs.STACK_NAME }}:$CERTIFICATE_ARN \
${{ inputs.STACK_NAME }}:$ORIGIN_ACCESS_IDENTITY_ID \
${{ inputs.STACK_NAME }}:$DISTRIBUTION_URL \
${{ inputs.STACK_NAME }}:DefaultCreditsPerUser='${{ inputs.DEFAULT_CREDITS_PER_USER }}' \
${{ inputs.STACK_NAME }}:DefaultApplicationStatus='${{ inputs.DEFAULT_APPLICATION_STATUS }}' \
${{ inputs.STACK_NAME }}:DefaultMaxvCpus='${{ inputs.DEFAULT_MAX_VCPUS }}' \
${{ inputs.STACK_NAME }}:ExpandedMaxvCpus='${{ inputs.EXPANDED_MAX_VCPUS }}' \
${{ inputs.STACK_NAME }}:MonthlyBudget='${{ inputs.MONTHLY_BUDGET }}' \
${{ inputs.STACK_NAME }}:RequiredSurplus='${{ inputs.REQUIRED_SURPLUS }}' \
${{ inputs.STACK_NAME }}:AmiId='${{ inputs.AMI_ID }}' \
${{ inputs.STACK_NAME }}:InstanceTypes='${{ inputs.INSTANCE_TYPES }}'
"${{ inputs.STACK_NAME }}:VpcId=${{ inputs.VPC_ID }}" \
"${{ inputs.STACK_NAME }}:SubnetIds=${{ inputs.SUBNET_IDS }}"

0 comments on commit b497d1b

Please sign in to comment.