Skip to content

Commit c191921

Browse files
fix deploy?
1 parent ea7881b commit c191921

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,26 @@ jobs:
2727

2828
- name: Setup Harper
2929
env:
30+
DEFAULTS_MODE: 'dev'
3031
TC_AGREEMENT: 'yes'
3132
HDB_ADMIN_USERNAME: 'admin'
3233
HDB_ADMIN_PASSWORD: 'password'
3334
ROOTPATH: '/tmp/hdb'
3435
OPERATIONSAPI_NETWORK_PORT: 9925
36+
REPLICATION_HOSTNAME: 'localhost'
3537
LOGGING_LEVEL: 'debug'
3638
LOGGING_STDSTREAMS: true
3739
THREADS_COUNT: 1
3840
THREADS_DEBUG: false
3941
run: harperdb install
4042

41-
- name: Deploy data
42-
run: |
43-
harperdb start
44-
sleep 10
45-
harperdb deploy project=basic-data package=HarperDB/basic-data-example replicated=true
46-
sleep 10
47-
harperdb stop
43+
# - name: Deploy data
44+
# run: |
45+
# harperdb start
46+
# sleep 10
47+
# harperdb deploy project=basic-data package=HarperDB/basic-data-example replicated=true
48+
# sleep 10
49+
# harperdb stop
4850

4951
- name: Build project
5052
run: npm run build

config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ graphqlSchema:
33
'@harperdb/nextjs':
44
package: '@harperdb/nextjs'
55
files: '*'
6-
dev: true

0 commit comments

Comments
 (0)