mirror of
https://github.com/FlipsideCrypto/fly-pr-review-apps.git
synced 2026-02-06 11:17:49 +00:00
Update README with new name and some copy changes
This commit is contained in:
parent
e8532225bd
commit
19b7981fc2
@ -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`.
|
||||
|
||||
@ -134,7 +134,3 @@ steps:
|
||||
with:
|
||||
name: pr-${{ github.event.number }}-myapp-app
|
||||
```
|
||||
|
||||
## Setting Fly app secrets
|
||||
|
||||
TODO
|
||||
|
||||
Loading…
Reference in New Issue
Block a user