Skip to content

Commit

Permalink
Merge pull request #321 from EpicsDAO/improve-doc
Browse files Browse the repository at this point in the history
improve ci
  • Loading branch information
KishiTheMechanic authored Oct 17, 2024
2 parents ca7ebc0 + 81fc34c commit 880f36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/solv-epics-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:

- name: Create .env.local file
run: |
echo "NEXT_PUBLIC_SOLANA_ENDPOINT=${{ secrets.NEXT_PUBLIC_SOLANA_ENDPOINT }}" > .env.local
echo "NEXT_PUBLIC_SOLANA_PRICE_ENDPOINT=${{ secrets.NEXT_PUBLIC_SOLANA_PRICE_ENDPOINT }}" >> .env.local
echo "NEXT_PUBLIC_SOLANA_ENDPOINT=${{ secrets.NEXT_PUBLIC_SOLANA_ENDPOINT }}" > website/solv-epics-dev/.env.local
echo "NEXT_PUBLIC_SOLANA_PRICE_ENDPOINT=${{ secrets.NEXT_PUBLIC_SOLANA_PRICE_ENDPOINT }}" >> website/solv-epics-dev/.env.local
- name: Deploy to Cloudflare
run: pnpm run -F solv-epics-dev deploy
Expand Down

0 comments on commit 880f36e

Please sign in to comment.