Skip to content

Commit 3880cb0

Browse files
authored
Merge pull request #21 from 1024pix/chore-google-sso
[TECH] Ajouter l'authentification via le SSO Google
2 parents d64a392 + 7ee1985 commit 3880cb0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.buildpacks

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
https://github.com/Scalingo/nodejs-buildpack.git
2+
https://github.com/1024pix/oauth2-proxy-buildpack.git#main

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ postdeploy: npm run postdeploy
44
# see https://github.com/1024pix/pix/pull/796
55
# and https://github.com/npm/npm/issues/4603
66
# for more information
7-
web: exec node index.js
7+
web: /app/bin/start_with_oauth2_proxy.sh exec node index.js

0 commit comments

Comments
 (0)