diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 8c516ae..3e64a14 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -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: @@ -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 \ No newline at end of file + source: deploy-test.js, models, utils \ No newline at end of file diff --git a/deploy-test.js b/deploy-test.js new file mode 100644 index 0000000..f2ba8f8 --- /dev/null +++ b/deploy-test.js @@ -0,0 +1 @@ +abc \ No newline at end of file