We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e0fc5 commit 13cbe9dCopy full SHA for 13cbe9d
.github/workflows/pr-ci-cd.yml
@@ -40,7 +40,7 @@ jobs:
40
path: ./minio/
41
switches: --mkpath -rv --delete
42
remote_path: ${{ secrets.DEPLOY_PATH }}/${{ github.event.pull_request.head.ref }}
43
- remote_host: ${{ secrets.DEPLOY_HOST }}
+ remote_host: ${{ secrets.DEPLOY_HOST_STAGING }}
44
remote_port: ${{ secrets.DEPLOY_PORT }}
45
remote_user: ${{ secrets.DEPLOY_USER_STAGING }}
46
remote_key: ${{ secrets.DEPLOY_KEY_STAGING }}
0 commit comments