Skip to content

Commit

Permalink
Update Copy Files Command
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Jan 7, 2025
1 parent d12e20b commit cbec504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/swarm/deploy-action-kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ fi
# if --webhelp_deploy_dir, then copy the help html files from vcell-client/target/classes/vcellDoc/topics to the webhelp deploy directory
#
if [ ! -z "$webhelp_deploy_dir" ]; then
if ! scp -r "${webhelp_local_dir}/topics" "$ssh_user@$manager_node:${webhelp_deploy_dir}/topics";
if ! rsync -a "${webhelp_local_dir}/topics" "$ssh_user@$manager_node:${webhelp_deploy_dir}";
then
echo "failed to copy html files in topic directory to webhelp deploy directory";
exit 1;
Expand Down

0 comments on commit cbec504

Please sign in to comment.