Compare commits
No commits in common. "ec6ba877d786ad681b38d0feff568806bdcb3261" and "356351516caa5e6935ce2561d2e4a990380c38b4" have entirely different histories.
ec6ba877d7
...
356351516c
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@ -3,7 +3,6 @@ name: Deploy to AWS Lambda via SAM
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
@ -20,5 +20,3 @@ Resources:
|
|||||||
Properties:
|
Properties:
|
||||||
Path: /
|
Path: /
|
||||||
Method: ANY
|
Method: ANY
|
||||||
Metadata:
|
|
||||||
BuildMethod: go1.x
|
|
||||||
Loading…
x
Reference in New Issue
Block a user