Skip to content

Commit

Permalink
chore: add missing ipfs gateway and project id env for test stack
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerose committed Dec 9, 2024
1 parent 60a7bb1 commit 5196ec5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy-test-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@ jobs:
APP_ENV: test
PDF_API_URL: ${{ secrets.PDF_API_URL }}
KUBER_API_KEY: ${{ secrets.KUBER_API_KEY }}
IPFS_GATEWAY: $${{secrets.IPFS_GATEWAY}}
IPFS_PROJECT_ID: $${{secrets.IPFS_PROJECT_ID}}
4 changes: 3 additions & 1 deletion tests/test-infrastructure/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ BASE_DOMAIN=govtool.cardanoapi.io
GOVTOOL_TAG=test
APP_ENV=test
PDF_API_URL=
KUBER_API_KEY=
KUBER_API_KEY=
VITE_IPFS_GATEWAY=""
VITE_IPFS_PROJECT_ID=""
2 changes: 2 additions & 0 deletions tests/test-infrastructure/docker-compose-govtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ services:
VITE_METADATA_API_URL: https://${BASE_DOMAIN}/metadata-validation
VITE_GTM_ID: ${GTM_ID}
VITE_PDF_API_URL: ${PDF_API_URL}
VITE_IPFS_GATEWAY: ${IPFS_GATEWAY}
VITE_IPFS_PROJECT_ID: ${IPFS_PROJECT_ID}
environment:
VIRTUAL_HOST: https://${BASE_DOMAIN}
networks:
Expand Down

0 comments on commit 5196ec5

Please sign in to comment.