Skip to content

Commit

Permalink
Update README with new name and some copy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsierles committed Mar 8, 2022
1 parent e853222 commit 19b7981
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Staging Apps on Fly
# PR Review ApPs on Fly.io

This GitHub action wraps the flyctl CLI tool to automatically deploy pull requests to [fly.io](http://fly.io) as "staging apps" - temporary app environments for testing branch changes.
This GitHub action wraps the Fly.io CLI to automatically deploy pull requests to [fly.io](http://fly.io) for review. These are useful for testing changes on a branch without having to setup explicit staging environments.

This action will create, deploy, and destroy Fly apps. Just set an Action Secret for `FLY_API_TOKEN`.

Expand Down Expand Up @@ -134,7 +134,3 @@ steps:
with:
name: pr-${{ github.event.number }}-myapp-app
```

## Setting Fly app secrets

TODO

0 comments on commit 19b7981

Please sign in to comment.