File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Deploy
2+ on :
3+ push :
4+ branches : [main]
5+ pull_request :
6+ jobs :
7+ javabin :
8+ uses : javaBin/platform/.github/workflows/javabin.yml@main
9+ secrets : inherit
Original file line number Diff line number Diff line change 1+ name : cupcake-backend
2+ team : cupcake
3+
4+ compute :
5+ cpu : 512
6+ memory : 1024
7+ port : 8080
8+ health_check : /health
9+
10+ routing :
11+ host : cupcake-backend.javazone.no
12+ priority : 101
13+
14+ resources :
15+ secrets :
16+ - name : sp_user
17+ env : SP_USER
18+ - name : sp_password
19+ env : SP_PASSWORD
20+ - name : bring_api_user
21+ env : BRING_API_USER
22+ - name : bring_api_key
23+ env : BRING_API_KEY
24+
25+ auth : internal
26+
27+ environment :
28+ SP_BASE_URL : https://sleepingpill.javazone.no
29+ OIDC_WELL_KNOWN_URL : https://cognito-idp.eu-central-1.amazonaws.com/eu-central-1_Icikv3dtD/.well-known/openid-configuration
You can’t perform that action at this time.
0 commit comments