Skip to content

Commit

Permalink
CI: Fix Fly.io review apps (#965)
Browse files Browse the repository at this point in the history
Signed-off-by: Giovanni Ravalico <[email protected]>
  • Loading branch information
suddenlyGiovanni authored Sep 2, 2024
1 parent 36d45e1 commit 3da3dc2
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 147 deletions.
9 changes: 0 additions & 9 deletions .github/actions/fly-pr-review-apps/Dockerfile

This file was deleted.

44 changes: 0 additions & 44 deletions .github/actions/fly-pr-review-apps/action.yml

This file was deleted.

86 changes: 0 additions & 86 deletions .github/actions/fly-pr-review-apps/entrypoint.sh

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
review_app:
name: 🚀 Deploy app to Fly.io
name: 🚀 Deploy Review app to Fly.io
runs-on: ubuntu-latest
continue-on-error: true
outputs:
Expand All @@ -35,12 +35,11 @@ jobs:

- name: Deploy PR app to Fly.io
id: deploy
uses: ./.github/actions/fly-pr-review-apps
uses: suddenlyGiovanni/fly-pr-review-apps@ci/with-secrets
with:
path: './apps/web'
config: ./fly.review.toml
config: ./apps/web/fly.review.toml
name: suddenlygiovanni-dev-${{ github.event.number }}
secrets: GH_PACKAGES_TOKEN=${{ secrets.GH_PACKAGES_TOKEN }} GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
secrets: GITHUB_TOKEN=${{ secrets.OCTOKIT_RESUME_TOKEN }}
build_args: GH_PACKAGES_TOKEN=${{ secrets.GH_PACKAGES_TOKEN }}

- name: 🗑 Delete deployment environment
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3da3dc2

Please sign in to comment.