Skip to content

Commit

Permalink
Update build_deploy_preprod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vertigo17 authored Dec 21, 2024
1 parent 080e932 commit f495e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy_preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
cd source
echo "${{secrets.DEPLOY_KEY}}" > deploy_key
chmod 600 ./deploy_key
ssh -i ./deploy_key -o StrictHostKeyChecking=no [email protected] "/opt/bin/deployPREPROD.sh /opt/delivery/`find -type f -name cerberus-core-selenium4*war | sed 's/.\/target\///g'`"
ssh -i ./deploy_key -o StrictHostKeyChecking=no [email protected] "/opt/bin/deployPREPROD.sh /opt/delivery/`find -type f -name cerberus-core*war | sed 's/.\/target\///g'`"

0 comments on commit f495e4f

Please sign in to comment.