Skip to content

Commit 13cbe9d

Browse files
committed
More CI-CD fixes
1 parent c0e0fc5 commit 13cbe9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
path: ./minio/
4141
switches: --mkpath -rv --delete
4242
remote_path: ${{ secrets.DEPLOY_PATH }}/${{ github.event.pull_request.head.ref }}
43-
remote_host: ${{ secrets.DEPLOY_HOST }}
43+
remote_host: ${{ secrets.DEPLOY_HOST_STAGING }}
4444
remote_port: ${{ secrets.DEPLOY_PORT }}
4545
remote_user: ${{ secrets.DEPLOY_USER_STAGING }}
4646
remote_key: ${{ secrets.DEPLOY_KEY_STAGING }}

0 commit comments

Comments
 (0)