Skip to content

Commit a7ec3d5

Browse files
committed
fix: Trigger a full restart for the weekend
1 parent ce1e836 commit a7ec3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
echo " files: $DEPLOY_ID/**" >> config.yaml
5353
echo " index: true" >> config.yaml
5454
echo " extensions: ["html"]" >> config.yaml
55-
CLI_TARGET_USERNAME=${{ secrets.CLI_TARGET_USERNAME_DEV }} CLI_TARGET_PASSWORD='${{ secrets.HARPERDB_CLI_TARGET_PASSWORD_DEV }}' pnpm harperdb deploy project=hdbms target='${{ secrets.CLI_DEPLOY_TARGET_DEV }}'
55+
CLI_TARGET_USERNAME=${{ secrets.CLI_TARGET_USERNAME_DEV }} CLI_TARGET_PASSWORD='${{ secrets.HARPERDB_CLI_TARGET_PASSWORD_DEV }}' pnpm harperdb deploy_component project=hdbms target='${{ secrets.CLI_DEPLOY_TARGET_DEV }}' restart=rolling

0 commit comments

Comments
 (0)