Skip to content

Commit

Permalink
fix: typo in constant
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA committed Aug 23, 2024
1 parent d5774b4 commit 1c013cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging_fusion-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "NEXT_PUBLIC_FUSION_NOSTR_PUBLIC_KEY=${{ secrets.NEXT_PUBLIC_FUSION_NOSTR_PUBLIC_KEY }}" >> .env.production
echo "NEXT_PUBLIC_NEUROFUSION_BACKEND_URL=${{ secrets.NEXT_PUBLIC_NEUROFUSION_BACKEND_URL }}" >> .env.production
echo "NEXT_PUBLIC_ANALYSIS_SERVER_URL=${{ secrets.NEXT_PUBLIC_ANALYSIS_SERVER_URL }}" >> .env.production
echo "NEXT_PUBLIC_APPINSIGHTS_KEY=${{ secrets.NEXT_PUBLIC_APPINSIGHTS_KEY }}" >> .env.production
echo "NEXT_PUBLIC_APP_INSIGHTS_KEY=${{ secrets.NEXT_PUBLIC_APP_INSIGHTS_KEY }}" >> .env.production
npm run build --if-present
npm run test --if-present
Expand Down

0 comments on commit 1c013cd

Please sign in to comment.