Skip to content

Commit fbe36c1

Browse files
committed
fix: Try backing out more changes
1 parent 181fe1f commit fbe36c1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/deploy-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
cp config.yaml deploy/
4747
mv web deploy/
4848
cd deploy
49-
echo '{ "name": "fabric_ui", "private": true, "version": "0.0.0", "dependencies": {} }' > package.json
49+
echo '{}' > package.json
5050
CLI_TARGET_USERNAME=${{ secrets.CLI_TARGET_USERNAME }} CLI_TARGET_PASSWORD='${{ secrets.HARPERDB_CLI_TARGET_PASSWORD }}' harperdb deploy target='${{ secrets.CLI_DEPLOY_TARGET }}' restart=true

config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ static:
22
files: web/**
33
index: true
44
extensions: ["html"]
5+
notFound:
6+
- file: index.html
7+
- code: 200

0 commit comments

Comments
 (0)