Skip to content

Commit 1ecdf5b

Browse files
committed
KAIZEN-0 Bruk pus-fss-frontend for login
1 parent aa3742a commit 1ecdf5b

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
run: |
43-
docker build -t ${IMAGE}:${IMAGE_TAG} .
4443
docker login docker.pkg.github.com -u ${GITHUB_REPOSITORY} -p ${GITHUB_TOKEN}
44+
docker build -t ${IMAGE}:${IMAGE_TAG} .
4545
docker push ${IMAGE}:${IMAGE_TAG}
4646
4747
update-gh-pages:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM navikt/pus-nginx
2-
COPY build /usr/share/nginx/html/beslutteroversikt
1+
FROM docker.pkg.github.com/navikt/pus-fss-frontend/pus-fss-frontend
2+
COPY build /app

nais-q.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ spec:
2929
ingresses:
3030
- https://beslutteroversikt-{{namespace}}.nais.preprod.local
3131
- https://app-{{namespace}}.adeo.no/beslutteroversikt
32+
envFrom:
33+
- configmap: pto-config

nais.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ spec:
2929
ingresses:
3030
- https://beslutteroversikt.nais.adeo.no
3131
- https://app.adeo.no/beslutteroversikt
32+
envFrom:
33+
- configmap: pto-config

0 commit comments

Comments
 (0)