Skip to content

Commit

Permalink
temporarily comment-out review-apps.yml as not using them here #61
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Feb 11, 2023
1 parent a641a43 commit 5abd004
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions .github/workflows/review-apps.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
name: Review App
on:
pull_request:
types: [opened, reopened, synchronize, closed]
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
review_app:
if: github.event.pull_request.user.login != 'dependabot[bot]'
name: Review App Job
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install flyctl
run: curl -L https://fly.io/install.sh | FLYCTL_INSTALL=/usr/local sh
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
otp-version: 24.3.4
elixir-version: 1.14.1
- name: Run Review App Script
run: ./.github/scripts/review-apps.sh
env:
ENCRYPTION_KEYS: ${{ secrets. ENCRYPTION_KEYS }}
AUTH_API_KEY: ${{ secrets.FLY_AUTH_API_KEY }}
PR_NUMBER: ${{ github.event.number}}
EVENT_ACTION: ${{ github.event.action }}
FLY_ORG: dwyl-mvp
FLY_REGION: lhr
FLY_POSTGRES_NAME: mvp-db
# name: Review App
# on:
# pull_request:
# types: [opened, reopened, synchronize, closed]
# env:
# FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
# jobs:
# review_app:
# if: github.event.pull_request.user.login != 'dependabot[bot]'
# name: Review App Job
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v3
# - name: Install flyctl
# run: curl -L https://fly.io/install.sh | FLYCTL_INSTALL=/usr/local sh
# - name: Set up Elixir
# uses: erlef/setup-beam@v1
# with:
# otp-version: 24.3.4
# elixir-version: 1.14.1
# - name: Run Review App Script
# run: ./.github/scripts/review-apps.sh
# env:
# ENCRYPTION_KEYS: ${{ secrets. ENCRYPTION_KEYS }}
# AUTH_API_KEY: ${{ secrets.FLY_AUTH_API_KEY }}
# PR_NUMBER: ${{ github.event.number}}
# EVENT_ACTION: ${{ github.event.action }}
# FLY_ORG: dwyl-mvp
# FLY_REGION: lhr
# FLY_POSTGRES_NAME: mvp-db

0 comments on commit 5abd004

Please sign in to comment.