File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 2929 run : |
3030 cd packages/flutter_box_transform/example
3131 flutter build web --release
32- - uses : FirebaseExtended/action-hosting-deploy@v0
32+ - name : Deploy example
33+ uses : FirebaseExtended/action-hosting-deploy@v0
3334 with :
3435 repoToken : ' ${{ secrets.GITHUB_TOKEN }}'
3536 firebaseServiceAccount : ' ${{ secrets.FIREBASE_SERVICE_ACCOUNT_BOX_TRANSFORM_EXAMPLE }}'
3637 channelId : live
3738 projectId : box-transform-example
39+ target : example
40+ - name : Build Playground
41+ run : |
42+ cd packages/flutter_box_transform/playground
43+ flutter build web --release
44+ - name : Deploy playground
45+ uses : FirebaseExtended/action-hosting-deploy@v0
46+ with :
47+ repoToken : ' ${{ secrets.GITHUB_TOKEN }}'
48+ firebaseServiceAccount : ' ${{ secrets.FIREBASE_SERVICE_ACCOUNT_BOX_TRANSFORM_EXAMPLE }}'
49+ channelId : live
50+ projectId : box-transform-example
51+ target : playground
You can’t perform that action at this time.
0 commit comments