Skip to content

Commit

Permalink
Merge pull request #1154 from tchapgouv/1153-activate-visio-educ-agen…
Browse files Browse the repository at this point in the history
…t-config

feat(config): activate video call for agent and education, and remove rie
  • Loading branch information
MarcWadai authored Oct 30, 2024
2 parents 349eea5 + 357eec5 commit 5fcfe23
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 212 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tchap_create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ jobs:
run: scripts/tchap/package-tchap.sh
env:
CONFIG: prod
- name: Build the archive ${{ steps.version.outputs.version }} for prod rie
run: scripts/tchap/package-tchap.sh
env:
CONFIG: prod_rie
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y%m%d')"
Expand All @@ -54,6 +50,5 @@ jobs:
artifacts: >
/home/runner/work/tchap-web-v4/tchap-web-v4/tchap-${{ steps.version.outputs.version }}-dev-${{ steps.date.outputs.date }}.tar.gz,
/home/runner/work/tchap-web-v4/tchap-web-v4/tchap-${{ steps.version.outputs.version }}-preprod-${{ steps.date.outputs.date }}.tar.gz,
/home/runner/work/tchap-web-v4/tchap-web-v4/tchap-${{ steps.version.outputs.version }}-prod-${{ steps.date.outputs.date }}.tar.gz,
/home/runner/work/tchap-web-v4/tchap-web-v4/tchap-${{ steps.version.outputs.version }}-prod_rie-${{ steps.date.outputs.date }}.tar.gz
/home/runner/work/tchap-web-v4/tchap-web-v4/tchap-${{ steps.version.outputs.version }}-prod-${{ steps.date.outputs.date }}.tar.gz
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion config.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"feature_thread": ["agent.dinum.tchap.gouv.fr", "agent.finances.tchap.gouv.fr"],
"feature_space": ["*"],
"feature_audio_call": ["*"],
"feature_video_call": ["agent.dinum.tchap.gouv.fr"],
"feature_video_call": ["agent.dinum.tchap.gouv.fr", "agent.tchap.gouv.fr", "agent.education.tchap.gouv.fr"],
"feature_video_group_call": [],
"feature_screenshare_call": ["*"]
},
Expand Down
2 changes: 1 addition & 1 deletion config.prod.lab.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"feature_thread": ["agent.dinum.tchap.gouv.fr", "agent.finances.tchap.gouv.fr"],
"feature_space": ["agent.dinum.tchap.gouv.fr"],
"feature_audio_call": ["*"],
"feature_video_call": ["agent.dinum.tchap.gouv.fr", "education.tchap.gouv.fr"],
"feature_video_call": ["agent.dinum.tchap.gouv.fr", "agent.tchap.gouv.fr", "agent.education.tchap.gouv.fr"],
"feature_video_group_call": [],
"feature_screenshare_call": ["*"]
},
Expand Down
204 changes: 0 additions & 204 deletions config.prod_rie.json

This file was deleted.

0 comments on commit 5fcfe23

Please sign in to comment.