Skip to content

Commit

Permalink
Update name
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Mar 8, 2024
1 parent 5702f5e commit 6daf0b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Build
run: |
cd website
sed -i "s|SUPABASE_URL|${{ secrets.SUPABASE_URL }}|g" config.js
sed -i "s|SUPABASE_ANON_KEY|${{ secrets.SUPABASE_ANON_KEY }}|g" config.js
sed -i "s|SUPABASE_URL_VALUE|${{ secrets.SUPABASE_URL }}|g" config.js
sed -i "s|SUPABASE_ANON_KEY_VALUE|${{ secrets.SUPABASE_ANON_KEY }}|g" config.js
npm run build
- name: Configure AWS Credentials
Expand Down
4 changes: 2 additions & 2 deletions website/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
SUPABASE_URL: SUPABASE_URL,
SUPABASE_ANON_KEY: SUPABASE_ANON_KEY,
SUPABASE_URL: SUPABASE_URL_VALUE,
SUPABASE_ANON_KEY: SUPABASE_ANON_KEY_VALUE,
};

0 comments on commit 6daf0b8

Please sign in to comment.