Skip to content

Commit

Permalink
Update README for v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsierles committed Dec 14, 2023
1 parent 280ea61 commit 4f849a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Deploy
id: deploy
uses: superfly/fly-pr-review-apps@1.0.0
uses: superfly/fly-pr-review-apps@1.2.0
```
## Cleaning up GitHub environments
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Deploy app
id: deploy
uses: superfly/fly-pr-review-apps@1.0.0
uses: superfly/fly-pr-review-apps@1.2.0
- name: Clean up GitHub environment
uses: strumwolf/delete-deployment-environment@v2
Expand All @@ -113,7 +113,7 @@ steps:
- name: Deploy app
id: deploy
uses: superfly/fly-pr-review-apps@1.0.0
uses: superfly/fly-pr-review-apps@1.2.0
with:
postgres: myapp-postgres-staging-apps
```
Expand All @@ -129,7 +129,7 @@ steps:
- uses: actions/checkout@v4
- name: Deploy redis
uses: superfly/fly-pr-review-apps@1.0.0
uses: superfly/fly-pr-review-apps@1.2.0
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
Expand All @@ -138,7 +138,7 @@ steps:
- name: Deploy app
id: deploy
uses: superfly/fly-pr-review-apps@1.0.0
uses: superfly/fly-pr-review-apps@1.2.0
with:
name: pr-${{ github.event.number }}-myapp-app
```

0 comments on commit 4f849a2

Please sign in to comment.