File tree 3 files changed +22
-8
lines changed
3 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 2
2
# https://github.com/firebase/firebase-tools
3
3
4
4
name : Deploy to Firebase Hosting on merge
5
- ' on ' :
5
+ " on " :
6
6
push :
7
7
branches :
8
8
- master
9
+
10
+ concurrency :
11
+ group : ${{ github.workflow }}-${{ github.ref }}
12
+ cancel-in-progress : true
13
+
9
14
jobs :
10
15
build_and_deploy :
11
16
runs-on : ubuntu-latest
15
20
- run : flutter pub get && flutter build web
16
21
- uses : FirebaseExtended/action-hosting-deploy@v0
17
22
with :
18
- repoToken : ' ${{ secrets.GITHUB_TOKEN }}'
19
- firebaseServiceAccount : ' ${{ secrets.FIREBASE_SERVICE_ACCOUNT_HEALTH_DATA_SERVER }}'
23
+ repoToken : " ${{ secrets.GITHUB_TOKEN }}"
24
+ firebaseServiceAccount : " ${{ secrets.FIREBASE_SERVICE_ACCOUNT_HEALTH_DATA_SERVER }}"
20
25
channelId : live
21
- target : ' health-data-server'
26
+ target : " health-data-server"
22
27
projectId : health-data-server
Original file line number Diff line number Diff line change 2
2
# https://github.com/firebase/firebase-tools
3
3
4
4
name : Deploy to Firebase Hosting on merge
5
- ' on ' :
5
+ " on " :
6
6
push :
7
7
branches :
8
8
- develop
9
+
10
+ concurrency :
11
+ group : ${{ github.workflow }}-${{ github.ref }}
12
+ cancel-in-progress : true
13
+
9
14
jobs :
10
15
build_and_deploy :
11
16
runs-on : ubuntu-latest
15
20
- run : flutter pub get && flutter build web
16
21
- uses : FirebaseExtended/action-hosting-deploy@v0
17
22
with :
18
- repoToken : ' ${{ secrets.GITHUB_TOKEN }}'
19
- firebaseServiceAccount : ' ${{ secrets.FIREBASE_SERVICE_ACCOUNT_HEALTH_DATA_SERVER }}'
23
+ repoToken : " ${{ secrets.GITHUB_TOKEN }}"
24
+ firebaseServiceAccount : " ${{ secrets.FIREBASE_SERVICE_ACCOUNT_HEALTH_DATA_SERVER }}"
20
25
channelId : live
21
- target : ' health-data-server-beta'
26
+ target : " health-data-server-beta"
22
27
projectId : health-data-server
Original file line number Diff line number Diff line change 3
3
push :
4
4
pull_request :
5
5
6
+ concurrency :
7
+ group : ${{ github.workflow }}-${{ github.ref }}
8
+ cancel-in-progress : true
9
+
6
10
jobs :
7
11
static-analysis :
8
12
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments