This commit is contained in:
MartinBraquet
2025-12-14 23:43:46 +02:00
parent c0b8df4ef9
commit 355fd7e6d1
2 changed files with 3 additions and 14 deletions

View File

@@ -64,16 +64,5 @@ jobs:
NEXT_PUBLIC_FIREBASE_API_KEY: ${{ secrets.NEXT_PUBLIC_FIREBASE_API_KEY }}
NEXT_PUBLIC_SUPABASE_INSTANCE_ID: ${{ secrets.NEXT_PUBLIC_SUPABASE_INSTANCE_ID }}
NEXT_PUBLIC_SUPABASE_KEY: ${{ secrets.NEXT_PUBLIC_SUPABASE_KEY }}
run: yarn build-web-view
- name: Deploy Live Update
uses: capawesome-team/cloud-live-update-action@v0.0.5
id: upload-action
with:
appId: '969bc540-8077-492f-8403-b554bee5de50'
channel: 'default'
commitMessage: $(git log -1 --pretty=format:"%s")
commitRef: ${{ github.head_ref || github.ref_name }}
commitSha: ${{ github.sha }}
path: 'web/out'
token: ${{ secrets.CAPAWESOME_TOKEN }}
CAPAWESOME_TOKEN: ${{ secrets.CAPAWESOME_TOKEN }}
run: yarn android-live-update

View File

@@ -1,3 +1,3 @@
{
"version": 6
"version": 7
}