From 19b7981fc2bc2f646c5f81ea3be8719266fb2fca Mon Sep 17 00:00:00 2001 From: Joshua Sierles Date: Tue, 8 Mar 2022 19:27:37 +0100 Subject: [PATCH] Update README with new name and some copy changes --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fa17135..e9a32ef 100644 --- a/README.md +++ b/README.md @@ -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