Skip to content

Commit c2f42db

Browse files
authored
cleanups and fixes to deploy action trigger
1 parent 26a62c6 commit c2f42db

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy to AWS Lambda
22

33
on:
44
release:
5-
types: [released]
5+
types: [published]
66

77
permissions:
88
contents: read

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,3 @@ run:
3232

3333
test: clean-pyc
3434
green -vvv
35-
36-
deploy:
37-
cd hotasballs; lambda deploy --requirements requirements.txt

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hot As Balls
22

3-
![Action Status](https://github.com/w00kie/hotasballs/actions/workflows/python-app.yml/badge.svg)
3+
![Action Status](https://github.com/w00kie/hotasballs/actions/workflows/test.yml/badge.svg)
44
[![Coverage Status](https://coveralls.io/repos/github/w00kie/hotasballs/badge.svg?branch=master)](https://coveralls.io/github/w00kie/hotasballs?branch=master)
55

66
## What is this?

0 commit comments

Comments
 (0)