Skip to content

Commit

Permalink
Merge pull request #39 from superfly/js-more-markdown
Browse files Browse the repository at this point in the history
Try to fix markdown
  • Loading branch information
jsierles authored Feb 17, 2023
2 parents 24b776a + b529ded commit dfdfedc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# GitHub Actions for flyctl
# Automate Fly.io app deployment

This action wraps the flyctl CLI tool to allow deploying and managing fly apps. We recommend using the `setup-flyctl` action which runs outside of Docker for speed and flexibility.
This action wraps the [Fly.io CLI](https://github.com/superfly/flyctl). Use it to deploy or manage your Fly.io application via [Github Actions events](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows).
## Usage for Deployment

> <picture>
> <source media="(prefers-color-scheme: light)" srcset="https://github.com/Mqxx/GitHub-Markdown/blob/main/blockquotes/badge/light-theme/tip.svg">
> <img alt="Tip" src="https://github.com/Mqxx/GitHub-Markdown/blob/main/blockquotes/badge/dark-theme/tip.svg">
> </picture><br>
> For production deployments, we recommend [pinning to a specific version](#pin-to-a-specific-fly-version) of flyctl to avoid changes in `flyctl` behavior affecting your deployment.
>
> For production deployments, [pin flyctl to a specific version][pinning] to avoid unexpected behavior in edge releases.
[pinning]: #pin-to-a-specific-version-of-flyctl

```yaml
name: Deploy to Fly
Expand All @@ -31,7 +33,7 @@ jobs:
```yaml
- uses: superfly/flyctl-actions/setup-flyctl@master
with:
version: 0.0.308
version: 0.0.462
```
### Running one-off scripts

Expand Down

0 comments on commit dfdfedc

Please sign in to comment.