Skip to content

Commit

Permalink
chore: added build params
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 committed Jul 29, 2024
1 parent 4f0c7d7 commit 54024a9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build & Deploy

on:
push:
branches: [main]
branches: [main, ci/heroku-deployment]

env:
HUSKY: 0
Expand All @@ -23,3 +23,9 @@ jobs:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ${{ secrets.HEROKU_APP_NAME }}
process_type: web
docker_options: >-
--build-arg CERAMIC_SEED=${{ secrets.CERAMIC_SEED }}
--build-arg NEXT_PUBLIC_CERAMIC_URL=${{ secrets.NEXT_PUBLIC_CERAMIC_URL }}
--build-arg NEXT_PUBLIC_VITE_INFURA_PROJECT_ID=${{ secrets.NEXT_PUBLIC_VITE_INFURA_PROJECT_ID }}
--build-arg NEXT_PUBLIC_VITE_WALLET_CONNECT_PROJECT_ID=${{ secrets.NEXT_PUBLIC_VITE_WALLET_CONNECT_PROJECT_ID }}

0 comments on commit 54024a9

Please sign in to comment.