Skip to content

Commit

Permalink
feat: test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gagan1510 committed May 7, 2024
1 parent cf9de0f commit bd2b32b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/sam-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
# name: Staging CI Workflow

# on:
# push:
# branches:
# - staging
# jobs:
# staging_ci_deployment:
# runs-on: arc-runner-set-dind
# steps:
# - name: Setup AWS CLI
# uses: aws-actions/configure-aws-credentials@v1

# - name: Lambda SAM Deployment
# uses: aws-actions/setup-sam@v1
# with:
# role-to-assume: arn:aws:iam::736414281642:role/ECRPushGithubActionRole
# aws-region: ap-south-1
# run: sam deploy --config-env ${{ steps.extract_branch.outputs.branch }}
# - uses: aws-actions/configure-aws-credentials@v1
on:
push:
branches:
Expand Down
1 change: 0 additions & 1 deletion samconfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ parallel = true
lint = true

[staging.deploy.parameters]
capabilities = "CAPABILITY_IAM"
confirm_changeset = false
resolve_s3 = true

Expand Down

0 comments on commit bd2b32b

Please sign in to comment.