Skip to content

Commit

Permalink
Deploy feature branch to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoiv committed Feb 9, 2024
1 parent 7c6c8a9 commit 54bb510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- respekter-checked-vilkar
- grunndata-search

jobs:
build:
Expand Down
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"))
}

0 comments on commit 54bb510

Please sign in to comment.