Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Defang GitHub Action

A GitHub Action to deploy with [Defang](https://defang.io/). Use this action to deploy your application with Defang, either to the [Defang Playground](https://docs.defang.io/docs/providers/playground), or to [your own AWS account](https://docs.defang.io/docs/providers/aws).
This GitHub Action is the easiest way to deploy your application with [Defang](https://defang.io/).

You can deploy to any of the following cloud providers
* [your own AWS account](https://docs.defang.io/docs/providers/aws)
* [your own GCP account](https://docs.defang.io/docs/providers/gcp)
* [the Defang Playground](https://docs.defang.io/docs/providers/playground)

## Usage

Expand Down