Compare commits

...

2 Commits

Author SHA1 Message Date
omaroughriss
ce5398e10a Update url redirection
All checks were successful
Build and Push to Registry / build-and-push (push) Successful in 35s
2025-07-24 13:18:45 +02:00
omaroughriss
013437a55f Update cicd to push 235 image 2025-07-24 13:18:31 +02:00
2 changed files with 4 additions and 4 deletions

View File

@ -2,14 +2,14 @@ name: Build and Push to Registry
on: on:
push: push:
branches: [ main ] branches: [ env_235 ]
pull_request: pull_request:
types: [closed] types: [closed]
branches: [ main ] branches: [ env_235 ]
env: env:
REGISTRY: git.4nkweb.com REGISTRY: git.4nkweb.com
IMAGE_NAME: 4nk/lecoffre-back-mini IMAGE_NAME: 4nk/lecoffre-back-mini-235
jobs: jobs:
build-and-push: build-and-push:

View File

@ -128,7 +128,7 @@ app.post('/api/v1/idnot/user/:code', async (req, res) => {
const params = { const params = {
client_id: 'B3CE56353EDB15A9', client_id: 'B3CE56353EDB15A9',
client_secret: '3F733549E879878344B6C949B366BB5CDBB2DB5B7F7AB7EBBEBB0F0DD0776D1C', client_secret: '3F733549E879878344B6C949B366BB5CDBB2DB5B7F7AB7EBBEBB0F0DD0776D1C',
redirect_uri: 'http://local.lecoffreio.4nkweb:3000/authorized-client', redirect_uri: 'https://lecoffreio.4nkweb.com/authorized-client',
grant_type: 'authorization_code', grant_type: 'authorization_code',
code: code code: code
}; };