Skip to content

Commit 97a056f

Browse files
committed
app-catala: Update template-infra:app to version 0.16.0.post21.dev0+3af6525
1 parent eb36020 commit 97a056f

File tree

5 files changed

+25
-53
lines changed

5 files changed

+25
-53
lines changed

.github/workflows/cd-app-catala.yml

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,13 @@ name: Deploy app-catala
44
run-name: Deploy ${{inputs.version || 'main' }} to app-catala ${{ inputs.environment || 'dev' }}
55

66
on:
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:

.github/workflows/ci-app-catala-infra-service.yml

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,20 @@
11
name: CI Infra Service Checks - app-catala
22

33
on:
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:

.github/workflows/ci-app-catala-pr-environment-checks.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,7 @@ on:
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

2013
jobs:
2114
update:

.github/workflows/ci-app-catala-pr-environment-destroy.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,8 @@ on:
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

1811
jobs:
1912
destroy:

.template-infra/app-app-catala.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
app_local_port: 3400
66
app_name: app-catala
77
template: app

0 commit comments

Comments
 (0)