Skip to content

Commit 049607b

Browse files
committed
dev deployment
1 parent bb6d98a commit 049607b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: Deploy to AWS Lambda
33
on:
44
push:
55
branches:
6-
- main
6+
- dev
77

88
jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
env:
1212
AWS_REGION: ap-south-1
1313
AWS_ACCOUNT_ID: 200077350985
14-
REPO_NAME: ootsav-lambda-backend
14+
REPO_NAME: ootsav-lambda-backend-dev
1515
IMAGE_TAG: latest
16-
FUNCTION_NAME: ootsav-backend
16+
FUNCTION_NAME: ootsav-backend-dev
1717
ROLE_ARN: arn:aws:iam::200077350985:role/lambda-basic-execution-role
1818

1919
steps:

0 commit comments

Comments
 (0)