File tree 2 files changed +17
-21
lines changed
catalyst_voices/utilities/uikit_example
2 files changed +17
-21
lines changed Original file line number Diff line number Diff line change @@ -13,38 +13,25 @@ concurrency:
13
13
group : ${{ github.workflow }}-${{ github.head_ref || github.ref }}
14
14
cancel-in-progress : true
15
15
16
- env :
17
- AWS_REGION : eu-central-1
18
- AWS_ROLE_ARN : arn:aws:iam::332405224602:role/ci
19
- EARTHLY_TARGET : docker
20
- ECR_REGISTRY : 332405224602.dkr.ecr.eu-central-1.amazonaws.com
21
-
22
16
jobs :
23
17
deploy-uikit-example :
24
18
name : Deploy UIKit example on Firebase Hosting
25
19
runs-on : ubuntu-latest
26
20
steps :
27
21
- uses : actions/checkout@v4
28
-
29
- - name : Setup CI
30
- uses : input-output-hk/catalyst-ci/actions/setup@master
22
+ - name : Install Forge
23
+ uses : input-output-hk/catalyst-forge/actions/install@ci/v1.5.0
31
24
with :
32
- aws_role_arn : ${{ env.AWS_ROLE_ARN }}
33
- aws_region : ${{ env.AWS_REGION }}
34
- earthly_runner_secret : ${{ secrets.EARTHLY_RUNNER_SECRET }}
35
-
25
+ version : 0.8.0
26
+ - name : Setup CI
27
+ uses : input-output-hk/catalyst-forge/actions/setup@ci/v1.5.0
36
28
- name : Build Flutter Web
37
- uses : input-output-hk/catalyst-ci /actions/run@master
29
+ uses : input-output-hk/catalyst-forge /actions/run@ci/v1.5.0
38
30
if : always()
39
31
continue-on-error : true
40
32
with :
41
- earthfile : ./catalyst_voices/utilities/uikit_example
42
- flags : --allow-privileged
43
- targets : local-build-web
44
- target_flags :
45
- runner_address : ${{ secrets.EARTHLY_SATELLITE_ADDRESS }}
46
- artifact : " false"
47
-
33
+ command : run
34
+ args : ./catalyst_voices/utilities/uikit_example+local-build-web
48
35
- uses : FirebaseExtended/action-hosting-deploy@v0
49
36
with :
50
37
firebaseServiceAccount : " ${{ secrets.UIKIT_FIREBASE_SERVICE_ACCOUNT }}"
Original file line number Diff line number Diff line change
1
+ version : " 1.0.0 "
2
+ project : {
3
+ name : " uikit-example "
4
+ ci : targets : {
5
+ " local-build-web " : {
6
+ privileged : true
7
+ }
8
+ }
9
+ }
You can’t perform that action at this time.
0 commit comments