Skip to content

Commit 25a22ed

Browse files
author
Jorgen-5
committed
Deploy klass with indexing
1 parent e33e6c9 commit 25a22ed

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.github/workflows/klass-api-build-and-deploy.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
name: Klass-api build and deploy
22

33
on:
4-
release:
5-
types: [ published ]
6-
push:
7-
branches:
8-
- nais-migration
9-
paths:
10-
- "klass-api/**"
11-
- "klass-shared/**"
12-
- ".nais/**/klass-api.yaml"
13-
- ".github/workflows/klass-api-build-and-deploy.yaml"
4+
pull_request:
5+
#release:
6+
# types: [ published ]
7+
#push:
8+
# branches:
9+
# - nais-migration
10+
# paths:
11+
# - "klass-api/**"
12+
# - "klass-shared/**"
13+
# - ".nais/**/klass-api.yaml"
14+
# - ".github/workflows/klass-api-build-and-deploy.yaml"
1415

1516
jobs:
1617
docker-build:

.nais/test/klass-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
- name: klass
3131
env:
3232
- name: SPRING_PROFILES_ACTIVE
33-
value: api, postgres, solr-remote, skip-indexing
33+
value: api, postgres, solr-remote
3434
- name: SPRING_DATA_SOLR_HOST
3535
value: http://klass-solr/solr
3636

0 commit comments

Comments
 (0)