Skip to content

Commit

Permalink
suppress v2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanprantl committed Feb 1, 2022
1 parent edf01a0 commit db130c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/subflow_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
SSH_KNOWN_HOSTS: ${{ secrets.sshKnownHosts }}
SSH_KEY_PATH: ${{ github.workspace }}/../private.key
- name: Deploy to server
run: ssh ${{ secrets.sshUser }}@${{ secrets.sshHost }} -p ${{ secrets.sshPort }} "${{ secrets.sshDeployCommand }} &"
run: ssh ${{ secrets.sshUser }}@${{ secrets.sshHost }} -p ${{ secrets.sshPort }} -q "${{ secrets.sshDeployCommand }}" 2> /dev/null

0 comments on commit db130c6

Please sign in to comment.