Skip to content

Commit

Permalink
fix action name to superfly/fly-pr-review-apps
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardogiorato authored Jul 21, 2022
1 parent 8ccc44d commit ca30a00
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 @@ -53,7 +53,7 @@ jobs:

- name: Deploy
id: deploy
uses: brentd/fly-staging-app@v1
uses: superfly/fly-[email protected]
```
## Cleaning up GitHub environments
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Deploy app
id: deploy
uses: brentd/fly-staging-app@v1
uses: superfly/fly-[email protected]
- name: Clean up GitHub environment
uses: strumwolf/delete-deployment-environment@v2
Expand All @@ -105,7 +105,7 @@ steps:
- name: Deploy app
id: deploy
uses: brentd/fly-staging-app@v1
uses: superfly/fly-[email protected]
with:
postgres: myapp-postgres-staging-apps
```
Expand All @@ -121,7 +121,7 @@ steps:
- uses: actions/checkout@v2
- name: Deploy redis
uses: brentd/fly-staging-app@v1
uses: superfly/fly-[email protected]
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 @@ -130,7 +130,7 @@ steps:
- name: Deploy app
id: deploy
uses: brentd/fly-staging-app@v1
uses: superfly/fly-[email protected]
with:
name: pr-${{ github.event.number }}-myapp-app
```

0 comments on commit ca30a00

Please sign in to comment.