ssh port
This commit is contained in:
2
.github/workflows/deploy_compose.yml
vendored
2
.github/workflows/deploy_compose.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user