Skip to content

Commit 668a723

Browse files
committed
fix: Rolback even more
1 parent fbe36c1 commit 668a723

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/deploy-dev.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ jobs:
4242
run: npm install -g [email protected]
4343
- name: Deploy to dev
4444
run: |
45-
mkdir deploy
46-
cp config.yaml deploy/
47-
mv web deploy/
48-
cd deploy
49-
echo '{}' > package.json
45+
echo '{ "name": "fabric_ui", "private": true, "version": "0.0.0", "dependencies": {} }' > package.json
46+
rm -Rf node_modules
47+
rm -Rf src
5048
CLI_TARGET_USERNAME=${{ secrets.CLI_TARGET_USERNAME }} CLI_TARGET_PASSWORD='${{ secrets.HARPERDB_CLI_TARGET_PASSWORD }}' harperdb deploy target='${{ secrets.CLI_DEPLOY_TARGET }}' restart=true

0 commit comments

Comments
 (0)