Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Add progress to deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jul 15, 2016
1 parent fb93ac3 commit ad288cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,8 @@
'rsync -a --delete output/ www/',
'find www -type d -exec chmod 755 {} \;',
'find www -type f -exec chmod 644 {} \;',
'rsync -a --delete www/ matey@can.wimpress.io:ubuntu-mate.boutique/',
'rsync -a --delete www/ matey@fra.wimpress.io:ubuntu-mate.boutique/',
'rsync -av --progress --delete www/ matey@can.wimpress.io:ubuntu-mate.boutique/',
'rsync -av --progress --delete www/ matey@fra.wimpress.io:ubuntu-mate.boutique/',
]
}

Expand Down
1 change: 1 addition & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash

sudo apt-get -y install rsync
nikola deploy

0 comments on commit ad288cb

Please sign in to comment.