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 Aug 9, 2023
1 parent 03ea4ec commit d83696f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
sudo rsync -chav \
-e 'ssh -i ./deploy_key -o StrictHostKeyChecking=no' \
${{env.source-zip}} ${{env.destination}}
FILEWAR=`find -type f -name cerberus-core*war | sed 's/.\/target\///g'`
export FILEWAR=`find -type f -name cerberus-core*war | sed 's/.\/target\///g'`
ssh -i ./deploy_key -o StrictHostKeyChecking=no [email protected] "/opt/bin/deployQA.sh /opt/delivery/${{FILEWAR}}"

0 comments on commit d83696f

Please sign in to comment.