Skip to content

Commit

Permalink
updated name
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-ellis-sp committed Dec 5, 2023
1 parent 2fec78c commit ea9630a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/infra-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@ jobs:
- name: run SAM build
run: |
sam build
sam deploy --no-confirm-changeset --no-fail-on-empty-changeset --stack-name $STACK --s3_prefix $STACK
sam deploy --no-confirm-changeset --no-fail-on-empty-changeset --stack-name $STACK --s3-prefix $STACK
- name: Get S3 bucket location
run: |
export S3_BUCKET=$(aws cloudformation describe-stacks --stack-name $STACK --query "Stacks[0].Outputs[?OutputKey=='DeveloperSailpointWebS3BucketName'].OutputValue" --output text)
echo "S3_BUCKET=$S3_BUCKET" >> $GITHUB_ENV
# Install and build Developer Community site
- name: Build Developer Community site
run: |
export NODE_OPTIONS="--max_old_space_size=4096"
npm ci
npm run gen-api-docs-all
npm run build
- name: Get S3 bucket location
run: |
export S3_BUCKET=$(aws cloudformation describe-stacks --stack-name $STACK --query "Stacks[0].Outputs[?OutputKey=='DeveloperSailpointWebS3BucketName'].OutputValue" --output text)
echo "S3_BUCKET=$S3_BUCKET" >> $GITHUB_ENV
# push these files to AWS
- name: Copy files to the test website with the AWS CLI
run: |
Expand Down

0 comments on commit ea9630a

Please sign in to comment.