Skip to content

Commit

Permalink
test: deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
hnnynh committed Jul 7, 2024
1 parent 00dde5e commit 4fdeb71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: deploy to lambda - auth-kakao-callback
on:
push:
paths:
- "auth-kakao-callback.js"
- "deploy-test.js"
branches: [main, deploy]

jobs:
Expand All @@ -20,4 +20,4 @@ jobs:
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws_region: ${{ secrets.AWS_REGION }}
function_name: deploy-test
source: auth-kakao-callback.js, models, utils
source: deploy-test.js, models, utils
1 change: 1 addition & 0 deletions deploy-test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
abc

0 comments on commit 4fdeb71

Please sign in to comment.