Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Jul 28, 2023
1 parent d0c09da commit 52afb92
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 34 deletions.
48 changes: 14 additions & 34 deletions .github/workflows/pr-workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: PR Checks
on:
pull_request:
# pull_request:
push:
branches:
- '*'

Expand All @@ -24,38 +25,17 @@ jobs:
gradle-home-cache-cleanup: true
cache-read-only: false

- name: Create Firebase json
- name: Run Swift Lint
run: |
echo "$FIREBASE_JSON" > androidApp/google-services.json.b64
base64 -d -i androidApp/google-services.json.b64 > androidApp/google-services.json
env:
FIREBASE_JSON: ${{ secrets.FIREBASE_JSON }}
cd iosApp
swiftlint
- name: Run Checks
run: ./gradlew check

- name: Create Firebase Plist
run: |
echo "$FIREBASE_PLIST" > iosApp/GoogleService-Info.plist.b64
base64 -d -i iosApp/GoogleService-Info.plist.b64 > iosApp/GoogleService-Info.plist
env:
FIREBASE_PLIST: ${{ secrets.FIREBASE_PLIST }}

- name: Build iOS app
env:
PROJECT_DIR: iosApp
SCHEME: FeedFlow
CONFIGURATION: Debug
SDK: iphoneos
run: |
cd ${PROJECT_DIR}
xcrun xcodebuild \
-scheme "${SCHEME}" \
-sdk "${SDK}" \
-configuration "${CONFIGURATION}" \
-parallelizeTargets \
-showBuildTimingSummary \
-disableAutomaticPackageResolution \
-destination name='iPhone 14' \
archive
# - name: Create Firebase json
# run: |
# echo "$FIREBASE_JSON" > androidApp/google-services.json.b64
# base64 -d -i androidApp/google-services.json.b64 > androidApp/google-services.json
# env:
# FIREBASE_JSON: ${{ secrets.FIREBASE_JSON }}
#
# - name: Run Checks
# run: ./gradlew check
1 change: 1 addition & 0 deletions website/static/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
www.feedflow.dev

0 comments on commit 52afb92

Please sign in to comment.