Skip to content

Commit

Permalink
updated deploy to add env varaibles
Browse files Browse the repository at this point in the history
  • Loading branch information
Segue21 committed May 26, 2024
1 parent bb57bbb commit 3608829
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
echo "VITE_LOCAL_IPFS_API_URL=${{ secrets.VITE_LOCAL_IPFS_API_URL }}" >> $GITHUB_ENV
echo "VITE_LOCAL_IPFS_GATEWAY_URL=${{ secrets.VITE_LOCAL_IPFS_GATEWAY_URL }}" >> $GITHUB_ENV
- name: Load secret environment variables
run: |
echo "VITE_DEDICATED_IPFS_URL=${{ secrets.VITE_DEDICATED_IPFS_URL }}" >> $GITHUB_ENV
echo "VITE_PINATA_JWT=${{ secrets.VITE_PINATA_JWT }}" >> $GITHUB_ENV
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 3608829

Please sign in to comment.