Skip to content

Commit f936b1d

Browse files
Update google-cloudrun-docker.yml
1 parent 44c1b9b commit f936b1d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/google-cloudrun-docker.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ jobs:
3131
supabaseKey: '${SUPABASE_ANON_KEY}',
3232
};
3333
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
3441
env:
3542
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
3643
SUPABASE_ANON_KEY: ${{ secrets.SUPABASE_ANON_KEY }}

0 commit comments

Comments
 (0)