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 cf3be40 commit dd0233aCopy full SHA for dd0233a
.github/workflows/google-cloudrun-docker.yml
@@ -29,26 +29,6 @@ jobs:
29
with:
30
node-version: '18'
31
32
- - name: Generate Angular environment files
33
- run: |
34
- cat <<EOF > src/environments/environment.ts
35
- export const environment = {
36
- production: false,
37
- supabaseUrl: '${SUPABASE_URL}',
38
- supabaseKey: '${SUPABASE_ANON_KEY}',
39
- };
40
- EOF
41
- cat <<EOF > src/environments/environment.prod.ts
42
43
- production: true,
44
45
46
47
48
- env:
49
- SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
50
- SUPABASE_ANON_KEY: ${{ secrets.SUPABASE_ANON_KEY }}
51
-
52
- run: npm ci
53
54
- run: npm run build --prod
0 commit comments