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
6 changes: 3 additions & 3 deletions blueprints/review-apps-guide.html.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Git Branch Preview Environments on Github"

Check warning on line 2 in blueprints/review-apps-guide.html.md

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 [Fly.Spelling] Is 'Github' a typo? Raw Output: {"message": "[Fly.Spelling] Is 'Github' a typo?", "location": {"path": "blueprints/review-apps-guide.html.md", "range": {"start": {"line": 2, "column": 44}}}, "severity": "INFO"}
layout: docs
nav: guides
categories:
Expand All @@ -12,7 +12,7 @@
---

<figure>
<img src="/static/images/review-apps-github.png" alt="Illustration by Annie Ruygt of Github Octocat and Frankie with some apps" class="w-full max-w-lg mx-auto">

Check warning on line 15 in blueprints/review-apps-guide.html.md

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 [Fly.Spelling] Is 'Octocat' a typo? Raw Output: {"message": "[Fly.Spelling] Is 'Octocat' a typo?", "location": {"path": "blueprints/review-apps-guide.html.md", "range": {"start": {"line": 15, "column": 95}}}, "severity": "INFO"}

Check warning on line 15 in blueprints/review-apps-guide.html.md

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 [Fly.Spelling] Is 'Github' a typo? Raw Output: {"message": "[Fly.Spelling] Is 'Github' a typo?", "location": {"path": "blueprints/review-apps-guide.html.md", "range": {"start": {"line": 15, "column": 88}}}, "severity": "INFO"}
</figure>

# Overview
Expand Down Expand Up @@ -120,7 +120,7 @@
# ...
- name: Deploy PR app to Fly.io
id: deploy
uses: superfly/fly-pr-review-apps@1.2.0
uses: superfly/fly-pr-review-apps@1.2.1
with:
name: my-app-name-pr-${{ github.event.number }}
config: fly.review.toml
Expand All @@ -139,7 +139,7 @@
# ...
- name: Deploy PR app to Fly.io
id: deploy
uses: superfly/fly-pr-review-apps@1.2.0
uses: superfly/fly-pr-review-apps@1.2.1
with:
config: fly.review.toml
```
Expand All @@ -165,7 +165,7 @@
# ...
- name: Deploy PR app to Fly.io
id: deploy
uses: superfly/fly-pr-review-apps@1.2.0
uses: superfly/fly-pr-review-apps@1.2.1
with:
secrets: FOOBAR=${{ secrets.FOOBAR }} SOME_API_KEY=${{ secrets.SOME_API_KEY}}
```
Expand Down
Loading