Skip to content

Commit

Permalink
rsync to project directory for stagingyum
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Aug 28, 2023
1 parent 59c1f84 commit c314f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/modules/web/templates/deploy-stagingyum.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
$SSH_ORIGINAL_COMMAND

# Publish the site - stderr/out redirect is required to stop the noninteractive shell from hanging
rsync -rvx --delete-after <%= @home %>/rsync_cache/$PROJECT/$RELEASE <%= @yum_directory %>/ 2>&1 >/dev/null ;
rsync -rvx --delete-after <%= @home %>/rsync_cache/$PROJECT/$RELEASE <%= @yum_directory %>/$PROJECT/ 2>&1 >/dev/null ;

0 comments on commit c314f6e

Please sign in to comment.