This commit is contained in:
smf
2024-03-14 22:36:24 +08:00
parent 30bae19f1b
commit 22a238747c

View File

@@ -86,6 +86,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
with:
remote_docker_host: ${{ secrets.DEV_DEPLOY_HOST }}
remote_docker_port: ${{ secrets.DEV_DEPLOY_PORT }}
remote_docker_user: ${{ secrets.DEV_DEPLOY_USER }}
ssh_private_key: ${{ secrets.DEV_SSH_PRIVATE_KEY }}
ssh_proxy_cmd: ${{ secrets.DEV_SSH_PROXY_CMD }}
@@ -104,6 +105,7 @@ jobs:
if: ${{ ! ( github.event_name == 'pull_request' ) }}
with:
remote_docker_host: ${{ secrets.DEPLOY_HOST }}
remote_docker_port: ${{ secrets.DEPLOY_PORT }}
remote_docker_user: ${{ secrets.DEPLOY_USER }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh_proxy_cmd: ${{ secrets.SSH_PROXY_CMD }}