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 5f8d637 commit c268bedCopy full SHA for c268bed
.github/workflows/ci.yml
@@ -33,10 +33,14 @@ jobs:
33
ROOTPATH: '/tmp/hdb'
34
OPERATIONSAPI_NETWORK_PORT: 9925
35
LOGGING_LEVEL: 'debug'
36
+ LOGGING_STDSTREAMS: true
37
THREADS_COUNT: 1
38
THREADS_DEBUG: false
39
run: harperdb install
40
41
+ - name: Deploy data
42
+ run: harperdb deploy project=basic-data package=HarperDB/basic-data-example replicated=true
43
+
44
- name: Build project
45
run: npm run build
46
config.yaml
@@ -1,7 +1,3 @@
1
-graphqlSchema:
2
- files: 'schema.graphql'
3
-dataLoader:
4
- files: 'dogs.json'
5
'@harperdb/nextjs':
6
package: '@harperdb/nextjs'
7
files: '*'
dogs.json
schema.graphql
0 commit comments