fly-pr-review-apps icon indicating copy to clipboard operation
fly-pr-review-apps copied to clipboard

Github Action for PR Review Apps on Fly.io

Results 11 fly-pr-review-apps issues
Sort by recently updated
recently updated
newest added

fix https://github.com/superfly/fly-pr-review-apps/issues/4 usage example ```yaml - name: ✨ Deploy Preview uses: superfly/[email protected] with: build_args: | COMMIT_SHA=${{ github.sha }} OTHER_VARIABLE=true build_secrets: | SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }} ```

`--region` flag has been removed in https://github.com/superfly/flyctl/pull/3514, so deploying using this GitHub Action now fails.

- The update image step makes sure that our app is upto date when new changes are pushed to the PR. ## Changes - A new step for updating the...

- This PR introduces the ability to control the deployment behavior of the Fly app within our GitHub Actions workflow. Users can now specify whether the deployment should run in...

- Added documentation for a new input parameter "dockerfile", which allows specifying a custom Dockerfile path for the build process. This addition provides flexibility in managing different Docker configurations. ###...

# Summary This PR introduces a update in README.md file about the requirement of creating a org token if we want to use this action in a org or team...

This is part question and maybe a suggestion. Why does this action use `fly launch` instead of `fly apps create`? I recently ran into an issue where the initial PR...

I'm trying to use this GithubAction in my [Phoenix app](https://www.phoenixframework.org). The problem is in this line https://github.com/superfly/fly-pr-review-apps/blob/5d5f1c2465bf8197d2e64d3266412c380ebf1917/entrypoint.sh#L40 `flyctl` attempts to execute `mix` but since mix is not installed in the...

When I deploy, I have to use `--build-arg` to set an environment variable that needs to be present on the builder during build, like this: ``` fly deploy --remote-only --build-arg...

Hi! It _seems_ like this action is also creating a storage app in my Fly.io dashboard — could that be the case? If so, why does this happen? ![Screenshot 2023-03-28...