mirror of
https://github.com/yeslayla/zappa-deploy-action.git
synced 2025-12-06 09:13:22 +01:00
Intial project
This commit is contained in:
19
action.yml
Normal file
19
action.yml
Normal 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
|
||||
Reference in New Issue
Block a user