Skip to content

Commit

Permalink
Merge pull request #9 from riccardogiorato/patch-1
Browse files Browse the repository at this point in the history
fix action name to superfly/fly-pr-review-apps
  • Loading branch information
mrkurt authored Sep 13, 2022
2 parents 8ccc44d + ca30a00 commit 4f72599
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 4f72599

Please sign in to comment.