Compare commits

..

18 Commits

Author SHA1 Message Date
Sosthene
89f9fbb4de cleanup logs 2025-07-30 11:32:58 +02:00
Sosthene
48377c0a67 Don't trigger updateUser on missing email/phone 2025-07-30 11:32:58 +02:00
Sosthene
cf2d74b75f Fix null values with prisma 2025-07-30 11:32:58 +02:00
Sosthene
c99409cc37 Fix async issue 2025-07-30 11:32:58 +02:00
Sosthene
031cd53643 more verbosity 2025-07-30 11:32:58 +02:00
Sosthene
d54f52df83 Updated userData includes office 2025-07-30 11:32:58 +02:00
Sosthene
4a29ce59e9 Fix updateUser res parsing 2025-07-30 11:32:58 +02:00
Sosthene
1a5ff5c9d4 Fix url 2025-07-30 11:32:58 +02:00
Sosthene
63f2e3ea08 more verbosity 2025-07-30 11:32:58 +02:00
Sosthene
0e184f5614 Handle raw response from idnot 2025-07-30 11:32:58 +02:00
Omar Oughriss
339de74eb9 Stringify logs 2025-07-30 11:32:58 +02:00
Omar Oughriss
ba0304fc5a Update verbosity 2025-07-30 11:32:58 +02:00
Omar Oughriss
d4687f4db7 Add updateUser method verbosity 2025-07-30 11:32:58 +02:00
Sosthene
7727651f5c Check for deleted, not statutDuRattachement when updating user 2025-07-30 11:32:58 +02:00
6fe5540784 Merge pull request 'preprod' (#5) from preprod into main
All checks were successful
Prod - Build & Deploy to Scaleway / build-and-push-images-lecoffre (push) Successful in 20s
Prod - Build & Deploy to Scaleway / deploy-back-lecoffre (push) Successful in 3s
Prod - Build & Deploy to Scaleway / deploy-cron-lecoffre (push) Successful in 3s
Reviewed-on: #5
2025-07-21 23:39:59 +00:00
Sosthene
5717bd2f51 Merge branch 'staging' into preprod
All checks were successful
Preprod - Build & Deploy to Scaleway / build-and-push-images-lecoffre (push) Successful in 14s
Preprod - Build & Deploy to Scaleway / deploy-back-lecoffre (push) Successful in 4s
Preprod - Build & Deploy to Scaleway / deploy-cron-lecoffre (push) Successful in 3s
2025-07-18 19:28:58 +02:00
Sosthene
c1770518a8 Merge branch 'legacy_dev' into staging
All checks were successful
Staging - Build & Deploy to Scaleway / build-and-push-images-lecoffre (push) Successful in 15s
Staging - Build & Deploy to Scaleway / deploy-back-lecoffre (push) Successful in 3s
Staging - Build & Deploy to Scaleway / deploy-cron-lecoffre (push) Successful in 3s
2025-07-18 19:27:42 +02:00
2da5e5fa51 Actualiser .github/workflows/ppd.yml
All checks were successful
Preprod - Build & Deploy to Scaleway / build-and-push-images-lecoffre (push) Successful in 17s
Preprod - Build & Deploy to Scaleway / deploy-back-lecoffre (push) Successful in 4s
Preprod - Build & Deploy to Scaleway / deploy-cron-lecoffre (push) Successful in 4s
2025-06-17 14:48:13 +00:00

View File

@ -18,16 +18,16 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup SSH #- name: Setup SSH
run: | # run: |
mkdir -p ~/.ssh # mkdir -p ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa # echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa # chmod 600 ~/.ssh/id_rsa
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts # ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
env: # env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} # SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Copy SSH #- name: Copy SSH
run: cp ~/.ssh/id_rsa id_rsa # run: cp ~/.ssh/id_rsa id_rsa
- name: Login to Scaleway Container Registry - name: Login to Scaleway Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with: