Skip to content

Commit

Permalink
Update deploy-all-tamwag.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lhenze committed Oct 2, 2020
1 parent e7bb60e commit 2e45327
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deploy-all-tamwag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,29 @@ echo "---------------------------------";
echo "---------------------------------\n\n";
echo "Publishing Southern Worker";
hugo --cleanDestinationDir -e $e -s ~/projects/tamwag/southernworker-nyudlts/;
rsync -avzr --exclude '.*' /Users/henze/projects/tamwag/southernworker-nyudlts/docs/ henze@${path}web1:/www/sites/southernworker/ ;
rsync -avzr --exclude '.*' /Users/`whoami`/projects/tamwag/southernworker-nyudlts/docs/ `whoami`@${path}web1:/www/sites/southernworker/ ;
echo "---------------------------------";
echo "---------------------------------\n\n";
echo "Publishing FAWF";
hugo --cleanDestinationDir -e $e -s ~/projects/tamwag/fawf-nyudlts/;
rsync -avzr --exclude '.*' /Users/henze/projects/tamwag/fawf-nyudlts/docs/ henze@${path}web1:/www/sites/fawf/ ;
rsync -avzr --exclude '.*' /Users/`whoami`/projects/tamwag/fawf-nyudlts/docs/ `whoami`${path}web1:/www/sites/fawf/ ;
echo "---------------------------------";
echo "---------------------------------\n\n";
echo "Publishing Liberator";
hugo --cleanDestinationDir -e $e -s ~/projects/tamwag/liberator-nyudlts/;
rsync -avzr --exclude '.*' /Users/henze/projects/tamwag/liberator-nyudlts/docs/ henze@${path}web1:/www/sites/liberator/ ;
rsync -avzr --exclude '.*' /Users/`whoami`/projects/tamwag/liberator-nyudlts/docs/ `whoami`@${path}web1:/www/sites/liberator/ ;
echo "---------------------------------";
echo "---------------------------------\n\n";
echo "Publishing Palante";
hugo --cleanDestinationDir -e $e -s ~/projects/tamwag/palante-nyudlts/;
rsync -avzr --exclude '.*' /Users/henze/projects/tamwag/palante-nyudlts/docs/ henze@${path}web1:/www/sites/palante/ ;
rsync -avzr --exclude '.*' /Users/`whoami`/projects/tamwag/palante-nyudlts/docs/ `whoami`@${path}web1:/www/sites/palante/ ;
echo "---------------------------------";
echo "---------------------------------\n\n";
echo "Publishing Freedom";
hugo --cleanDestinationDir -e $e -s ~/projects/tamwag/freedom-nyudlts/;
rsync -avzr --exclude '.*' /Users/henze/projects/tamwag/freedom-nyudlts/docs/ henze@${path}web1:/www/sites/freedom/ ;
rsync -avzr --exclude '.*' /Users/`whoami`/projects/tamwag/freedom-nyudlts/docs/ `whoami`@${path}web1:/www/sites/freedom/ ;
echo "---------------------------------";
echo "---------------------------------\n\n";
echo "Publishing The Masses";
hugo --cleanDestinationDir -e $e -s ~/projects/tamwag/themasses-nyudlts/;
rsync -avzr --exclude '.*' /Users/henze/projects/tamwag/themasses-nyudlts/docs/ henze@${path}web1:/www/sites/themasses/ ;
rsync -avzr --exclude '.*' /Users/`whoami`/projects/tamwag/themasses-nyudlts/docs/ `whoami`@${path}web1:/www/sites/themasses/ ;

0 comments on commit 2e45327

Please sign in to comment.