File tree Expand file tree Collapse file tree 5 files changed +25
-53
lines changed
Expand file tree Collapse file tree 5 files changed +25
-53
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,13 @@ name: Deploy app-catala
44run-name : Deploy ${{inputs.version || 'main' }} to app-catala ${{ inputs.environment || 'dev' }}
55
66on :
7- # !! Once you've set up the dev environment and are ready to enable continuous
8- # deployment, run:
9- #
10- # nava-platform infra update --answers-only --data app_has_dev_env_setup=true .
11- #
12- # to enable these lines. They are here as comments for context.
13- #
14- # push:
15- # branches:
16- # - "main"
17- # paths:
18- # - "app-catala/**"
19- # - "bin/**"
20- # - "infra/**"
7+ push :
8+ branches :
9+ - " main"
10+ paths :
11+ - " app-catala/**"
12+ - " bin/**"
13+ - " infra/**"
2114 workflow_dispatch :
2215 inputs :
2316 environment :
Original file line number Diff line number Diff line change 11name : CI Infra Service Checks - app-catala
22
33on :
4- # !! Once you've set up the dev environment and are ready to enable automated
5- # infra tests, run:
6- #
7- # nava-platform infra update --answers-only --data app_has_dev_env_setup=true .
8- #
9- # to enable these lines. They are here as comments for context.
10- #
11- # push:
12- # branches:
13- # - main
14- # paths:
15- # - infra/app-catala/service/**
16- # - infra/modules/**
17- # - infra/test/**
18- # - .github/workflows/ci-app-catala-infra-service.yml
19- # pull_request:
20- # paths:
21- # - infra/app-catala/service/**
22- # - infra/modules/**
23- # - infra/test/**
24- # - .github/workflows/ci-app-catala-infra-service.yml
4+ push :
5+ branches :
6+ - main
7+ paths :
8+ - infra/app-catala/service/**
9+ - infra/modules/**
10+ - infra/test/**
11+ - .github/workflows/ci-app-catala-infra-service.yml
12+ pull_request :
13+ paths :
14+ - infra/app-catala/service/**
15+ - infra/modules/**
16+ - infra/test/**
17+ - .github/workflows/ci-app-catala-infra-service.yml
2518 workflow_dispatch :
2619 inputs :
2720 version :
Original file line number Diff line number Diff line change 88 commit_hash :
99 required : true
1010 type : string
11- # !! Once you've set up the dev environment and are ready to enable PR
12- # environments, run:
13- #
14- # nava-platform infra update --answers-only --data app_has_dev_env_setup=true .
15- #
16- # to enable these lines. They are here as comments for context.
17- #
18- # pull_request:
11+ pull_request :
1912
2013jobs :
2114 update :
Original file line number Diff line number Diff line change 55 pr_number :
66 required : true
77 type : string
8- # !! Once you've set up the dev environment and are ready to enable PR
9- # environments, run:
10- #
11- # nava-platform infra update --answers-only --data app_has_dev_env_setup=true .
12- #
13- # to enable these lines. They are here as comments for context.
14- #
15- # pull_request:
16- # types: [closed]
8+ pull_request_target :
9+ types : [closed]
1710
1811jobs :
1912 destroy :
Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
22_commit : v0.16.0-21-g3af6525
33_src_path : https://github.com/navapbc/template-infra
4- app_has_dev_env_setup : false
4+ app_has_dev_env_setup : true
55app_local_port : 3400
66app_name : app-catala
77template : app
You can’t perform that action at this time.
0 commit comments