Skip to content

push to try to upload to prod version #2

push to try to upload to prod version

push to try to upload to prod version #2

name: Deploy to Firebase Hosting on merge
on:
push:
branches:
- master
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
# Omitimos flutter-version para que use la última estable
- name: Install dependencies
run: flutter pub get
- name: Build web
run: flutter build web --release
- name: Deploy to Firebase Hosting
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_PROJECTMANAGER_45060 }}
channelId: live
projectId: projectmanager-45060