Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

feat: ovh in prod #14

Merged
merged 2 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .kontinuous/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ ciNamespace: ci-bpco-mieux
dependencies:
fabrique:
extends:
- name: ovh
ifEnv: [dev,preprod]
- name: buildkit-service
ifEnv: [dev,preprod]
- name: ovh
- name: buildkit-service
7 changes: 3 additions & 4 deletions app/src/scenes/legal/legal-mentions-screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ const LegalMentions = ({ navigation }) => {
centre) :
</Text>
<Text style={styles.default}>
Microsoft France{"\n"}
39 Quai du Président Roosevelt{"\n"}
92130 ISSY-LES-MOULINEAUX{"\n"}
France
OVH SAS{"\n"}
2 rue Kellermann{"\n"}
59100 Roubaix - France.
</Text>
<Text style={styles.h1}>Accessibilité</Text>
<Text style={styles.default}>
Expand Down
6 changes: 3 additions & 3 deletions app/src/scenes/legal/privacy-screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,18 +217,18 @@ const Privacy = ({ navigation }) => {
<Text style={styles.h2}>Sous-traitants</Text>
<Li>
<Text style={styles.default}>
<Text style={styles.bold}>Microsoft Azure</Text>, France{"\n"}
<Text style={styles.bold}>OVH SAS</Text>, France{"\n"}
<Text style={styles.italic}>Hébergement de l’application</Text>
{"\n"}
<TouchableOpacity
onPress={() =>
Linking.openURL(
"https://privacy.microsoft.com/fr-fr/privacystatement"
"https://www.ovhcloud.com/fr/personal-data-protection/"
)
}
>
<Text style={styles.link}>
https://privacy.microsoft.com/fr-fr/privacystatement
https://www.ovhcloud.com/fr/personal-data-protection/
</Text>
</TouchableOpacity>
</Text>
Expand Down
Loading