~repos /only-bible-app

#kotlin#android#ios

git clone https://pyrossh.dev/repos/only-bible-app.git

The only bible app you will ever need. No ads. No in-app purchases. No distractions.


7ff108f5 pyrossh

2 years ago
copy env file
Files changed (2) hide show
  1. .github/workflows/build.yml +2 -1
  2. readme.md +0 -2
.github/workflows/build.yml CHANGED
@@ -23,7 +23,8 @@ jobs:
23
23
  envkey_RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
24
24
  - run: flutter --version
25
25
  - run: flutter pub get
26
- - run: flutter build web --web-renderer canvaskit --release
26
+ - run: cp .env build/web/assets
27
+ - run: flutter build web
27
28
  - uses: actions/upload-pages-artifact@v1
28
29
  with:
29
30
  path: build/web
readme.md CHANGED
@@ -51,8 +51,6 @@ firebase deploy
51
51
  ## Web
52
52
 
53
53
  ```agsl
54
- https://only-bible-app.web.app
55
- https://only-bible-app.firebaseapp.com/
56
54
  https://onlybible.app
57
55
  ```
58
56