Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brentd authored Jan 29, 2022
1 parent ac137e1 commit da99405
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ steps:
- name: Deploy redis
uses: brentd/fly-staging-app@v1
with:
update: false # Don't need to re-deploy redis when the PR is updated
path: redis # Keep fly.toml in a subdirectory to avoid confusing flyctl
image: flyio/redis:6.2.6
name: pr-${{ github.event.number }}-myapp-redis
- name: Deploy app
Expand Down

0 comments on commit da99405

Please sign in to comment.