We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c1b9b commit f936b1dCopy full SHA for f936b1d
.github/workflows/google-cloudrun-docker.yml
@@ -31,6 +31,13 @@ jobs:
31
supabaseKey: '${SUPABASE_ANON_KEY}',
32
};
33
EOF
34
+ cat <<EOF > src/environments/environment.development.ts
35
+ export const environment = {
36
+ production: true,
37
+ supabaseUrl: '${SUPABASE_URL}',
38
+ supabaseKey: '${SUPABASE_ANON_KEY}',
39
+ };
40
+ EOF
41
env:
42
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
43
SUPABASE_ANON_KEY: ${{ secrets.SUPABASE_ANON_KEY }}
0 commit comments