Quellcode durchsuchen

Added disable billing for prod

jnfrati vor 4 Jahren
Ursprung
Commit
b295ed5b07
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      .github/workflows/production.yaml

+ 1 - 0
.github/workflows/production.yaml

@@ -40,6 +40,7 @@ jobs:
           ENABLE_SENTRY=true
           SENTRY_DSN=${{secrets.SENTRY_DSN}}
           SENTRY_ENV=production
+          DISABLE_BILLING=true
           EOL
       - name: Build
         run: |