Skip to content

Commit 4189dc3

Browse files
committed
fix: Speed up deploy by emptying out dependencies
1 parent 9ff9579 commit 4189dc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-stage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,5 @@ jobs:
6363
if: ${{ github.event_name == 'push' }}
6464
run: |
6565
rm -rf node_modules # Clean up node_modules, harper will install
66+
echo "{}" > package.json
6667
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)