Skip to content

Commit

Permalink
Merge pull request #89 from TEDx-SJEC/edgestore
Browse files Browse the repository at this point in the history
Edgestore
  • Loading branch information
joywin2003 authored Dec 3, 2024
2 parents 847005f + ce2f02c commit d54c07e
Show file tree
Hide file tree
Showing 7 changed files with 1,981 additions and 277 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
echo "TURSO_AUTH_TOKEN is set: ${{ env.TURSO_AUTH_TOKEN != '' }}"
echo "TURSO_DATABASE_URL is set: ${{ env.TURSO_DATABASE_URL != '' }}"
echo "RESEND_API_KEY" is set ${{ env.RESEND_API_KEY != '' }}
echo "EDGE_STORE_ACCESS_KEY" is set ${{ env.EDGE_STORE_ACCESS_KEY != '' }}
echo "EDGE_STORE_SECRET_KEY" is set ${{ env.EDGE_STORE_SECRET_KEY != '' }}
echo
env:
NEXT_PUBLIC_SITE_URL: ${{ secrets.NEXT_PUBLIC_SITE_URL }}
Expand All @@ -46,6 +48,8 @@ jobs:
TURSO_AUTH_TOKEN: ${{ secrets.TURSO_AUTH_TOKEN }}
TURSO_DATABASE_URL: ${{ secrets.TURSO_DATABASE_URL }}
RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
EDGE_STORE_ACCESS_KEY: ${{ secrets.EDGE_STORE_ACCESS_KEY }}
EDGE_STORE_SECRET_KEY: ${{ secrets.EDGE_STORE_SECRET_KEY }}

- name: Build project
run: npm run build
Expand All @@ -60,6 +64,8 @@ jobs:
RAZORPAY_KEY_ID: ${{ secrets.RAZORPAY_KEY_ID }}
RAZORPAY_SECRET: ${{ secrets.RAZORPAY_SECRET }}
NEXT_PUBLIC_RAZORPAY_KEY_ID: ${{ secrets.NEXT_PUBLIC_RAZORPAY_KEY_ID }}
EDGE_STORE_ACCESS_KEY: ${{ secrets.EDGE_STORE_ACCESS_KEY }}
EDGE_STORE_SECRET_KEY: ${{ secrets.EDGE_STORE_SECRET_KEY }}

- name: Upload build artifacts (optional)
if: always()
Expand Down
Loading

0 comments on commit d54c07e

Please sign in to comment.