Skip to content

Commit

Permalink
Update build_deploy_qa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vertigo17 authored Oct 31, 2023
1 parent ede4e2e commit 509bb4d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_deploy_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ jobs:
echo "${{secrets.DEPLOY_KEY}}" > deploy_key
chmod 600 ./deploy_key
sudo rsync -chav \
-e 'ssh -i ./deploy_key -o StrictHostKeyChecking=no' \
${{env.source-jar}} ${{env.destination}}
-e 'ssh -i ./deploy_key -o StrictHostKeyChecking=no' ${{env.source-jar}} ${{env.destination}}
ssh -i ./deploy_key -o StrictHostKeyChecking=no [email protected] /opt/bin/deployQA-robot-extension.sh

0 comments on commit 509bb4d

Please sign in to comment.