diff options
author | Peter Körner | 2016-10-12 09:31:23 +0200 |
---|---|---|
committer | Peter Körner | 2016-10-12 09:31:23 +0200 |
commit | 1bf0241f242d919887d3f73c65a4b840f5074da5 (patch) | |
tree | f04ef61b9187e60cd8829007be07861ff31c3801 /deploy.sh | |
parent | 335c2688c6166b6abf5c63f41d20746debeadc59 (diff) |
clear cache after deployment
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,4 +5,5 @@ git fetch origin git reset --hard origin/master chown -R voc:staff . chown -R downloader configs +./clear_cache EOT |