Skip to content

Commit 7ee1985

Browse files
GudsfileMathieuGiletbaptiste-h
committed
chore: add authentication with the google sso
Co-authored-by: Mathieu Gilet <mathieu.gilet@pix.fr> Co-authored-by: Baptiste Hetet <baptiste.hetet@pix.fr>
1 parent d64a392 commit 7ee1985

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)