diff --git a/.github/workflows/deploy-dev.yaml b/.github/workflows/deploy-dev.yaml index 3523acf0..5d757c1d 100644 --- a/.github/workflows/deploy-dev.yaml +++ b/.github/workflows/deploy-dev.yaml @@ -4,7 +4,7 @@ on: push: branches: - main - - respekter-checked-vilkar + - grunndata-search jobs: build: diff --git a/build.gradle.kts b/build.gradle.kts index 74295825..72f3032e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,8 +1,6 @@ - import com.expediagroup.graphql.plugin.gradle.tasks.GraphQLIntrospectSchemaTask import org.jetbrains.kotlin.gradle.tasks.KotlinCompile - plugins { application kotlin("jvm") version "1.9.0" @@ -170,6 +168,6 @@ graphql { } val graphqlIntrospectSchema by tasks.getting(GraphQLIntrospectSchemaTask::class) { - endpoint.set("https://hm-grunndata-search.dev.intern.nav.no/graphql") + endpoint.set("https://hm-grunndata-search.intern.dev.nav.no/graphql") outputFile.set(file("src/main/resources/hmdb/schema.graphqls")) }