Intial project

This commit is contained in:
2020-10-04 18:14:24 -04:00
parent 3657995de4
commit 10571c76ff
8 changed files with 240 additions and 0 deletions

19
action.yml Normal file
View File

@@ -0,0 +1,19 @@
name: "Zappa Deploy"
description: "Deploys a Zappa application to AWS"
author: josephbmanley
inputs:
directory:
description: ""
default: "."
environment:
description: 'Name of the preset in `zappa_settings` to use'
required: true
runs:
using: docker
image: Dockerfile
args:
- ${{ inputs.directory }}
- ${{ inputs.environment }}
branding:
icon: package
color: blue