Skip to content

Commit

Permalink
feat: use futopay test for preview environments (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 authored Nov 12, 2024
1 parent f9bfb65 commit cfdc2d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
touch .env
echo IMMICH_APP="${{ matrix.app }}" >> .env
- name: Use futopay-test
if: ${{ github.event_name == 'pull_request' }}
run: |
echo PUBLIC_IMMICH_PAY_HOST=https://futopay-test.azurewebsites.net >> .env
- name: Run npm install
run: npm ci

Expand Down

0 comments on commit cfdc2d6

Please sign in to comment.