Skip to content

Commit

Permalink
Merge pull request #6 from newrelic/NR-328236-github-actions
Browse files Browse the repository at this point in the history
ci: updated s3 bucket for lambda publishing
  • Loading branch information
voorepreethi authored Nov 14, 2024
2 parents 037a20b + 31fc4ac commit 7996baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main

jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -29,7 +29,7 @@ jobs:
run: sam build --template-file firehose-template.yaml --region us-east-2

- name: Package SAM Application
run: sam package --s3-bucket unified-lambda-cft-1 --output-template-file firehose-template.yaml --region us-east-2
run: sam package --s3-bucket unified-lambda-serverless-1 --output-template-file firehose-template.yaml --region us-east-2

- name: Upload CloudFormation Template to S3
run: aws s3 cp firehose-template.yaml s3://unified-lambda-serverless-1/firehose-template.yaml

0 comments on commit 7996baf

Please sign in to comment.