We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f1806 commit 563bf2aCopy full SHA for 563bf2a
.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: Deploy to GCP
3
on:
4
push:
5
branches:
6
- - main
+ - feat/35-continuous-deployment
7
8
jobs:
9
deploy:
k8s/peerprep-fe.yml
@@ -23,6 +23,10 @@ spec:
23
# imagePullPolicy: Never # only used for local builds
24
ports:
25
- containerPort: 3000
26
+ envFrom:
27
+ - secretRef:
28
+ name: peerprep-config
29
+ dnsPolicy: ClusterFirst
30
---
31
apiVersion: v1
32
kind: Service
0 commit comments